Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > How to redirect timeout page when session timeout?

Reply
Thread Tools

How to redirect timeout page when session timeout?

 
 
ABC
Guest
Posts: n/a
 
      04-20-2006
I use ASP.NET 1.1 Form Authentication. The site has login, contents and
timeout pages. I set timeout to 10 mins. I can set to redirect login page
using form authentication. But it cannot set to redirect timeout when
session timeout. I want to redirect to timeout when session timeout. How
should I do?


 
Reply With Quote
 
 
 
 
Alex
Guest
Posts: n/a
 
      04-20-2006
Try to set the <forms/> element timeout equal to <sessionState/> timeout.

>I use ASP.NET 1.1 Form Authentication. The site has login, contents and
>timeout pages. I set timeout to 10 mins. I can set to redirect login page
>using form authentication. But it cannot set to redirect timeout when
>session timeout. I want to redirect to timeout when session timeout. How
>should I do?
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
redirect to logon page after session timeout francois ASP .Net 3 05-20-2010 10:25 PM
How redirect to timeout page when session expires Ronald S. Cook ASP .Net 1 06-28-2007 08:24 PM
Re: ASPX Page Timeout - Session Timeout bruce barker ASP .Net 2 07-20-2004 08:39 PM
Session contents lost despite Session.Timeout = 3000; and <sessionState mode="InProc" cookieless="false" timeout="300"> Carpe Diem ASP .Net 3 02-23-2004 07:10 PM



Advertisments