Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2893F200B71 for ; Tue, 16 Aug 2016 16:19:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2753E160A74; Tue, 16 Aug 2016 14:19:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 945A6160ABC for ; Tue, 16 Aug 2016 16:19:24 +0200 (CEST) Received: (qmail 95163 invoked by uid 500); 16 Aug 2016 14:19:23 -0000 Mailing-List: contact dev-help@shiro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shiro.apache.org Delivered-To: mailing list dev@shiro.apache.org Received: (qmail 95140 invoked by uid 99); 16 Aug 2016 14:19:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 14:19:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 943C12C02B1 for ; Tue, 16 Aug 2016 14:19:22 +0000 (UTC) Date: Tue, 16 Aug 2016 14:19:22 +0000 (UTC) From: "Brian Demers (JIRA)" To: dev@shiro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (SHIRO-580) ShiroHttpServletRequest cached HttpSession MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 16 Aug 2016 14:19:25 -0000 [ https://issues.apache.org/jira/browse/SHIRO-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Demers closed SHIRO-580. ------------------------------ Resolution: Not A Bug Lets move this discussion to the dev list: http://shiro.apache.org/mailing-lists.html At the same time, can you point us to some code? Github project or a little Pseudo code? > ShiroHttpServletRequest cached HttpSession > ------------------------------------------ > > Key: SHIRO-580 > URL: https://issues.apache.org/jira/browse/SHIRO-580 > Project: Shiro > Issue Type: Bug > Reporter: Wei Wang > > I try to implement sessionDao with redis > but I found ShiroHttpServletRequest cached HttpSession > when i login the system, for preventing session fixation attack, i call getSession().stop(), now the redis have no session information, then i call httpRequest.getSession(false), it will get the cached HttpSession that is not stored in redis. So the Exception will happened > what should I do to avoid this ? -- This message was sent by Atlassian JIRA (v6.3.4#6332)