[jboss-jira] [JBoss JIRA] Updated: (JBWEB-70) Add ability to make session tracking persistent (...based on persistent cookies)
Amit Kasher (JIRA)
jira-events at jboss.com
Sun Dec 10 13:42:38 EST 2006
[ http://jira.jboss.com/jira/browse/JBWEB-70?page=all ]
Amit Kasher updated JBWEB-70:
-----------------------------
Summary: Add ability to make session tracking persistent (...based on persistent cookies) (was: Add )
Description:
In cases where HttpSession objects should not be invalidated if the user closed the browser, JBoss (Tomcat, actually) should expose the configuration of the maximum age of the cookies used to track the session.
Currently, it is doing ...jsessionTrackingCookie.setMaxAge(-1)... which means that the cookie is set to expire when the browser session ends.
I would expect this to be configurable somewhere, so that I can make this cookie non-transient.
> Add ability to make session tracking persistent (...based on persistent cookies)
> --------------------------------------------------------------------------------
>
> Key: JBWEB-70
> URL: http://jira.jboss.com/jira/browse/JBWEB-70
> Project: JBoss Web
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Amit Kasher
> Assigned To: Mladen Turk
>
> In cases where HttpSession objects should not be invalidated if the user closed the browser, JBoss (Tomcat, actually) should expose the configuration of the maximum age of the cookies used to track the session.
> Currently, it is doing ...jsessionTrackingCookie.setMaxAge(-1)... which means that the cookie is set to expire when the browser session ends.
> I would expect this to be configurable somewhere, so that I can make this cookie non-transient.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list