Merge remote-tracking branch 'origin/jetty-9.4.x'
This commit is contained in:
commit
d04289e9c5
|
@ -792,13 +792,13 @@ public class SessionHandler extends ScopedHandler
|
|||
session.setExtendedId(_sessionIdManager.getExtendedId(id, request));
|
||||
session.getSessionData().setLastNode(_sessionIdManager.getWorkerName());
|
||||
|
||||
if (request.isSecure())
|
||||
session.setAttribute(Session.SESSION_CREATED_SECURE, Boolean.TRUE);
|
||||
try
|
||||
{
|
||||
|
||||
_sessionCache.put(id, session);
|
||||
_sessionsCreatedStats.increment();
|
||||
_sessionsCreatedStats.increment();
|
||||
|
||||
if (request.isSecure())
|
||||
session.setAttribute(Session.SESSION_CREATED_SECURE, Boolean.TRUE);
|
||||
|
||||
if (_sessionListeners!=null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue