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="Patrice" data-source="post: 382939"><p>As said earlier I would just do this on the next request to avoid having the</p><p>application doing something the user didn't asked for (he could be</p><p>surpesised to go to luanch and find him on the login page when he comes back</p><p>; it is clearier IMO for him if he does something with the page and then</p><p>sees he should log again).</p><p></p><p>You could also look before if this is not done for you depending on the .NET</p><p>authentication method you are using (could be IMO for forms authentication).</p><p></p><p>If not you could likely do this in the Application_BeginRequest test for a</p><p>new session (there is even a property for this).</p><p></p><p></p><p>Patrice</p></blockquote><p></p>
[QUOTE="Patrice, post: 382939"] As said earlier I would just do this on the next request to avoid having the application doing something the user didn't asked for (he could be surpesised to go to luanch and find him on the login page when he comes back ; it is clearier IMO for him if he does something with the page and then sees he should log again). You could also look before if this is not done for you depending on the .NET authentication method you are using (could be IMO for forms authentication). If not you could likely do this in the Application_BeginRequest test for a new session (there is even a property for this). Patrice [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
is session_end event totally USELESS?
Top