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 158B718CFB for ; Tue, 23 Feb 2016 03:22:43 +0000 (UTC) Received: (qmail 22796 invoked by uid 500); 23 Feb 2016 03:22:20 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 22714 invoked by uid 500); 23 Feb 2016 03:22:20 -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 22663 invoked by uid 99); 23 Feb 2016 03:22:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2016 03:22:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 31B832C14F8 for ; Tue, 23 Feb 2016 03:22:18 +0000 (UTC) Date: Tue, 23 Feb 2016 03:22:18 +0000 (UTC) From: "YuxuanWang (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-2710) Session not unbind from current request after invoke request.getSession().invalidate() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)