[ https://issues.apache.org/jira/browse/IGNITE-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15158567#comment-15158567 ]
Roman Shtykh edited comment on IGNITE-2710 at 2/23/16 9:18 AM: --------------------------------------------------------------- Thank you! It invalidates the session's variables (), but getId() (and some other methods http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpSession.html) should throw {{java.lang.IllegalStateException}} was (Author: roman_s): Thank you! Right, getId() (and some other methods http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpSession.html) should throw {{java.lang.IllegalStateException}} > Session not unbind from current request after invoking > 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 > Labels: community, session, user > Fix For: 1.6 > > > 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)