Bugs item #1035957, was opened at 2004-09-28 00:04
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1035957&group_id=22866

>Category: JBossWeb
Group: v3.2
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: erez harari (erezharari)
Assigned to: Nobody/Anonymous (nobody)
Summary: HttpSessionListener: Session already invalidated exception

Initial Comment:
i'm using a HttpSessionListener with jboss 3.2.5. 
on sessionDestroyed() i call session.getAttribute() and 
get an exception: 

java.lang.IllegalStateException: getAttribute: Session 
already invalidated 
at 
org.apache.catalina.session.StandardSession.getAttribute
 (StandardSession.java:972) 


----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2004-10-08 17:44

Message:
Logged In: YES 
user_id=175228

This works fine for me. Here is the output for a simple
HttpSessionListener that prints all session attributes from
within sessionDestroyed:

17:36:53,312 INFO  [TestSessionListener] sessionCreated,
sessionID=943CA44A16D1F7D66D580AE5BBD5A460
17:38:36,578 INFO  [TestSessionListener] sessionDestroyed,
sessionID=943CA44A16D1F7D66D580AE5BBD5A460
17:38:36,578 INFO  [TestSessionListener] filter=
17:38:36,578 INFO  [TestSessionListener]
CurrentThread=Thread[http-0.0.0.0-8080-Processor25,5,jboss]

Reopen with a testcase.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1035957&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to