Session_End and variables?

  • Thread starter Thread starter Lucas Tam
  • Start date Start date
L

Lucas Tam

Is there any way of accessing session variables from within Session_End?

If not... what type of variables ARE accessible? Is there some way of
finding out which particular session has ended?

Thanks.
 
To find out what Session ended you can check the session id:

Session.SessionID

Hope that helps
Al
 
To find out what Session ended you can check the session id:

Session.SessionID

Ah thanks... it's too bad the session variables are available until the
very end of Session_end : )
 
Back
Top