May 27, 2010

How to check for session timeout (asp.net, c#)

For checking Session Time Out use following code:
if (Context.Session != null)

No comments:

Post a Comment