[ 
https://issues.apache.org/jira/browse/SHIRO-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Demers resolved SHIRO-60.
-------------------------------
       Resolution: Not A Problem
    Fix Version/s:     (was: 1.3.0)

Looks like this was resolved a while ago:
https://github.com/apache/shiro/commit/981cfd8a607c0eca8ff363ee545f9632176f01f9

Please reopen/comment if you feel otherwise

> Standalone environment - automatically create new session after expiration
> --------------------------------------------------------------------------
>
>                 Key: SHIRO-60
>                 URL: https://issues.apache.org/jira/browse/SHIRO-60
>             Project: Shiro
>          Issue Type: Improvement
>          Components: Session Management
>    Affects Versions: 1.0.0
>            Reporter: Les Hazlewood
>            Assignee: Les Hazlewood
>
> Per this thread:  http://markmail.org/thread/4tl42fnjdaztpbso
> In a non-web environment, it would be nice if the SecurityManager would 
> automatically/transparently create a new Session for a subject if their 
> existing session expires.  The web environment already works this way.
> It would probably be best if there were a securityManager configuration 
> attribute, say 'createNewSessionAfterExpiration' (or something similar) that 
> would enable this feature.
> I'm thinking it should be enabled by default, as I assume the large majority 
> of application developers wouldn't want to catch InvalidSessionException in 
> their code.  It could be disabled by using the aforementioned config 
> attribute.
> The DefaultWebSecurityManager could just piggyback the same logic, 
> simplifying its code (and its internal delegate WebSessionManager).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to