esthera
03-02-2007, 07:02 AM
i'm using to retrieve my session variable -- Session.SessionID
how can i just erase this session and not all sessions? (is that possible?)
how can i just erase this session and not all sessions? (is that possible?)
|
||||
sign out session variableesthera 03-02-2007, 07:02 AM i'm using to retrieve my session variable -- Session.SessionID how can i just erase this session and not all sessions? (is that possible?) Roelf 03-02-2007, 08:04 AM Is Session.Abandon what you are looking for? Or am i thinking too simple? esthera 03-02-2007, 08:23 AM no because session.abandon signs out all -- i'm looking only to sign out the session variable Session.SessionID if that is possible Roelf 03-02-2007, 08:34 AM i would guess that is not possible, how would the server identify this session after deleting the ID? Maybe you could try: Session.Contents.Remove(key) (http://www.devguru.com/technologies/asp/9181.asp) SSJ 03-02-2007, 08:44 AM This is not possible at all. You have to use session.abandon |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum