You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Shtykh (JIRA)" <ji...@apache.org> on 2016/03/02 04:00:22 UTC

[jira] [Comment Edited] (IGNITE-2710) Session not unbind from current request after invoking request.getSession().invalidate()

    [ https://issues.apache.org/jira/browse/IGNITE-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15174935#comment-15174935 ] 

Roman Shtykh edited comment on IGNITE-2710 at 3/2/16 2:59 AM:
--------------------------------------------------------------

[~vkulichenko] Can I ask you to review it and mute IgniteWebSessionSelfTestSuite$WebSessionTransactionalSelfTest.testInvalidatedSession (or give me permissions)?


was (Author: roman_s):
[~vkulichenko] Can I ask you to review it?

> 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
>            Assignee: Roman Shtykh
>              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)