Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
is session_end event totally USELESS?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jason Shohet" data-source="post: 382934"><p>Thanks Mimi, Patrice,</p><p></p><p>I'm also looking at another way (the error page thing sounds interesting</p><p>too). Create a base page, and put this in the page_load event (and all</p><p>pages of the app inherit from the base page):</p><p></p><p>Response.AppendHeader("Refresh", Convert.ToString((Session.Timeout * 60)</p><p>+ 5) + "; URL=loginpage.aspx");</p><p></p><p>I believe this works, haven't tried it yet but seems there are those that</p><p>have done this and managed to "fool" a redirect on session_end....</p><p></p><p>TY</p></blockquote><p></p>
[QUOTE="Jason Shohet, post: 382934"] Thanks Mimi, Patrice, I'm also looking at another way (the error page thing sounds interesting too). Create a base page, and put this in the page_load event (and all pages of the app inherit from the base page): Response.AppendHeader("Refresh", Convert.ToString((Session.Timeout * 60) + 5) + "; URL=loginpage.aspx"); I believe this works, haven't tried it yet but seems there are those that have done this and managed to "fool" a redirect on session_end.... TY [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
is session_end event totally USELESS?
Top