Re: Re-Authenticate users after timeout
From: Brock Allen (ballen_at_NOSPAMdevelop.com)
Date: 03/31/05
- Next message: cmrchs_at_yahoo.com: "Windows and Forms Authentication together ???"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Security permissions for Win32 LogonUser call."
- In reply to: Fred Plourde: "Re-Authenticate users after timeout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 31 Mar 2005 04:25:05 -0800
Look into using Forms authentication which manages all of this for you, rather
than you doing it manually with Session variables.
-Brock
DevelopMentor
http://staff.develop.com/ballen
> 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,
>
> Fred
>
- Next message: cmrchs_at_yahoo.com: "Windows and Forms Authentication together ???"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Security permissions for Win32 LogonUser call."
- In reply to: Fred Plourde: "Re-Authenticate users after timeout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|