Seession Timeout
I got a requirement like this ... i have to sign out from my application if
the user doesn't use the application for 30 min...
sign out in the sense he has to be redirected to the login page to future
access of the site...
i have given 30 min time out in the web.config file yes its working fine but iam unable redirect it to the login form where shold i write the code to redirect it to login page... if i write it in session_end of global.asax, as session as been ended the response object is not at all working... can u people tell me the solution how to do this..
waiting for ur reply
thanks in advance
vishnu
|