[jbossseam-issues] [JBoss JIRA] Reopened: (JBSEAM-2545) Destroy session immediately on servlet request, if user is not logged in

Christian Bauer (JIRA) jira-events at lists.jboss.org
Sun Feb 3 10:03:03 EST 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2545?page=all ]

Christian Bauer reopened JBSEAM-2545:
-------------------------------------

             
The implementation was buggy. I think we should and can still do it, just need to check if the session that was created for the servlet request is new _and_ if the user is logged in or not.

> Destroy session immediately on servlet request, if user is not logged in
> ------------------------------------------------------------------------
>
>                 Key: JBSEAM-2545
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2545
>             Project: JBoss Seam
>          Issue Type: Task
>          Components: Wiki
>            Reporter: Christian Bauer
>         Assigned To: Christian Bauer
>             Fix For: 2.1.0.GA
>
>
> We can save some session memory by destroying the session at the end of a servlet request (FeedServlet, FileServlet), if the user is not logged in. That way we don't have to keep the session for 30 minutes after a feed poll.

-- 
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 seam-issues mailing list