Hi
in my web app users login to website normally and they have tagged in user table in database as online user in Session_End i want to log them out
In Session_End i have no access to HttpContext.Current.Session or Session only
they are both null how can i access to session variable at (Session_End) event.
views:
22answers:
1
A:
Session_End only works if you're using InProc session management. Maybe you're using StateServer or SqlServer approach?
Elph
2010-10-14 12:44:59
No I didn't use them, im working InProc
Ehsan
2010-10-14 15:57:50