Abandon Selected Session

palehorse

Active member
Joined
Jan 28, 2005
Messages
34
Programming Experience
1-3
Hello,

I have been trying to figure out how to abandon a selected session. I have a page that pulls up all the current people logged into the web application, along with their session id. Is there a way to abandon which ever session I have selected?

Meaning, is there something I can do using session.sessionid("mysessionid").abandon or something (I know that doesn't work, I am just trying to show you what I want to do)
 
Back
Top