After Session Ends
-
hello there: After user has left his pc for a certain time and session ends, the user clicks on a button and an error pops. What was done that we wrote a method that override the method initializeCulture which seems to run before page load or page init , and in the initializeCulture we are using a session so it is causing error. What i want is on session end to redirect to login page how could i do it.
-
hello there: After user has left his pc for a certain time and session ends, the user clicks on a button and an error pops. What was done that we wrote a method that override the method initializeCulture which seems to run before page load or page init , and in the initializeCulture we are using a session so it is causing error. What i want is on session end to redirect to login page how could i do it.
khalil.kamel wrote:
What i want is on session end to redirect to login page how could i do it.
Maybe you could use the Session_End Sub in Global.aspx.
Jon
Rob Graham wrote:
100% subsidies are very popular among the 50% of the population that pays no income tax...
-
hello there: After user has left his pc for a certain time and session ends, the user clicks on a button and an error pops. What was done that we wrote a method that override the method initializeCulture which seems to run before page load or page init , and in the initializeCulture we are using a session so it is causing error. What i want is on session end to redirect to login page how could i do it.