GeekArticles
Microsoft
C#Handle Session Timeouts on DotNetNuke Through an HttpModule
Author: codeproject.com |
Published: 16th May 2008 |
Visited: 88 times |
Add CommentFiled in: CSharpThis article provides an HttpModule that tackles the session-timeout problem on DotNetNuke (DNN) platform. It will redirect users? subsequent requests to a page that prompts some informative messages after session timeouts occur.
Read Article Sponsored Links
Related Articles
• Querying SQLServer tables from within an Oracle session Dear Tom;
I need to query a SQLServer table from within an Oracle session, for example SQLPlus. Is there an easy way to do this, something like:
<CODE> select * from t@sql_server_link </CODE>
May you redirect me to the appropriate documentati ...
• Implementing a Session Timeout Page in ASP.NET In this article, Steve walks through the steps required to implement a Session Logged Out page that users are automatically sent to in their browser when their ASP.NET session expires. He examines each step with the help of detailed explanation supported by relevant source c ...