G
Guest
What code will automatically launch a WebForm (C#) when the session timeout (set in Web.config) has elapsed
timeout (set in Web.config) has elapsedmg said:What code will automatically launch a WebForm (C#) when the session
running Response.Redirect() without having to run the if( ) ?. Say, formg said:This code is simple and elegant. I hadn't thought of it.
But, is there a way of checking for the session timeout automatically and