Hi,
When the Session_OnEnd event fires, do the Session variables still exist?
I want to do some cleanup (update some records in a database etc.),
but then I need to know *which* recopds to update ...
Can I access these session variables through HttpContext.Current.Session ?
(the cleanup-code is in a separate class, which is defined within the
website)
Hans KestingHi
You can access Session Variables through
HttpContext.Current.Session.
Ravikanth
>--Original Message--
>Hi,
>When the Session_OnEnd event fires, do the Session
variables still exist?
>I want to do some cleanup (update some records in a
database etc.),
>but then I need to know *which* recopds to update ...
>Can I access these session variables through
HttpContext.Current.Session ?
>(the cleanup-code is in a separate class, which is
defined within the
>website)
>
>Hans Kesting
>
>.
0 comments:
Post a Comment