Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8CA618BDB for ; Fri, 4 Mar 2016 11:07:40 +0000 (UTC) Received: (qmail 72058 invoked by uid 500); 4 Mar 2016 11:07:40 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 71966 invoked by uid 500); 4 Mar 2016 11:07:40 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 71945 invoked by uid 99); 4 Mar 2016 11:07:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2016 11:07:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B41942C1F58 for ; Fri, 4 Mar 2016 11:07:40 +0000 (UTC) Date: Fri, 4 Mar 2016 11:07:40 +0000 (UTC) From: "Anton Vinogradov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-2710) Session not unbind from current request after invoking request.getSession().invalidate() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15179747#comment-15179747 ] Anton Vinogradov commented on IGNITE-2710: ------------------------------------------ Roman, Now looks good to me. Please change genuineSession to ses according to https://cwiki.apache.org/confluence/display/IGNITE/Abbreviation+Rules and check TeamCity. P.s. I'm not an expert in servlets, so in case you're not sure at some changes lets ask someone to review result of our discussions ;) > 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)