[jira] [Created] (IGNITE-2710) Session not unbind from current request after invoke request.getSession().invalidate()

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-2710) Session not unbind from current request after invoke request.getSession().invalidate()

Anton Vinogradov (Jira)
YuxuanWang created IGNITE-2710:
----------------------------------

             Summary: Session not unbind from current request after invoke request.getSession().invalidate()
                 Key: IGNITE-2710
                 URL: https://issues.apache.org/jira/browse/IGNITE-2710
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.5.0.final
         Environment: java8, tomcat8

            Reporter: YuxuanWang


System.out.println(request.getSession().getId());
request.getSession().invalidate();
System.out.println(request.getSession().getId());

getSession() although return the same session after the invalidation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)