all groups > asp.net security > march 2005 >
You're in the

asp.net security

group:

Re-Authenticate users after timeout


Re-Authenticate users after timeout Fred Plourde
3/30/2005 8:11:05 PM
asp.net security:
Hi,

I'm working on a web application using asp.net, vb.net and SQL 2000.

I'm using web form authentication to control the access of the application.
I'm trying to force the user to go back to the authentification page after a
timeout occurs.

The Session seems to expire but the cookie (non persistent) is still active.

What can I do to force the user to re-authenticate after a timeout.

Thanks,

Re: Re-Authenticate users after timeout Brock Allen
3/31/2005 4:25:05 AM
Look into using Forms authentication which manages all of this for you, rather
than you doing it manually with Session variables.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconthecookieauthenticationprovider.asp

-Brock
DevelopMentor
http://staff.develop.com/ballen



[quoted text, click to view]


AddThis Social Bookmark Button