KIlling a session by using session ID
843838May 16 2007 — edited Aug 5 2008I 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....:-|