[
https://issues.apache.org/jira/browse/SHIRO-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Les Hazlewood updated SHIRO-145:
--------------------------------
Affects Version/s: (was: Incubation)
1.0.0
Fix Version/s: 1.0.0
Ensuring this is resolved for the 1.0 release
> Losing Session
> --------------
>
> Key: SHIRO-145
> URL: https://issues.apache.org/jira/browse/SHIRO-145
> Project: Shiro
> Issue Type: Bug
> Components: Session Management
> Affects Versions: 1.0.0
> Reporter: Peter Ladanyi
> Priority: Critical
> Fix For: 1.0.0
>
>
> I'm using shiro (rev. 916858).
> Shiro was configured to use native sessions.
> In Security manager was registerd the session listener to log session live
> cycle events.
> What i'm getting is occasional session loss,but the listener doesn't log any
> entry about that.
> I can't figure out what is happening.
> My configuration snippet looks:
> <bean id="securityManager"
> class="org.apache.shiro.web.DefaultWebSecurityManager">
> <constructor-arg ref="trustRealm"/>
> <!-- <property name="realm" ref="trustRealm"/>-->
> <property name="subjectFactory" ref="trustSubjectFactory"/>
> <property name="sessionMode" value="native"/>
> <property name="globalSessionTimeout"
> value="${shiro.session.timeout}"/>
> <property name="sessionListeners">
> <set>
> <bean
> class="sk.posam.trust.profile.privateimpl.util.TrustShiroSessionListener"/>
> </set>
> </property>
>
> <property name="cacheManager" >
> <bean class="org.apache.shiro.cache.HashtableCacheManager"/>
> </property>
>
> </bean>
> session time out was set to value=600000 which is ten minutes.
> So the expiration should not be a reason.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.