Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

KIlling a session by using session ID

843838May 16 2007 — edited Aug 5 2008
I am using apache tomcat 5.0.28 I want to know that if it is possible that I could destroy a session forcefully whose sessionID() is stored in my database which stores when he logs in in my application just by running a JSP script

I know Httpsessionlistner but they react only on create and destroy which i can use to calculate users number sign in or off....but how can i later distroy that session if i know its session ID....

help me pls....:-|
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2008
Added on May 16 2007
12 comments
1,474 views