371168 Update ClientCrossContextSessionTest
This commit is contained in:
parent
97c37f68ba
commit
5c0c8c7e73
|
@ -131,10 +131,11 @@ public abstract class AbstractClientCrossContextSessionTest
|
||||||
{
|
{
|
||||||
HttpSession session = request.getSession(false);
|
HttpSession session = request.getSession(false);
|
||||||
if (session == null)
|
if (session == null)
|
||||||
{
|
|
||||||
session = request.getSession(true);
|
session = request.getSession(true);
|
||||||
sessionId = session.getId();
|
|
||||||
}
|
sessionId = session.getId();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Add something to the session
|
// Add something to the session
|
||||||
session.setAttribute("B", "B");
|
session.setAttribute("B", "B");
|
||||||
|
|
Loading…
Reference in New Issue