Ask a Question related to ASP.NET Security, Design and Development.
-
Fred Plourde #1
Re-Authenticate users after timeout
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
Fred Plourde Guest
-
#40750 [NEW]: fsockopen timeout parameter overwrites timeout for reading
From: andreas dot rieber at 2e-systems dot com Operating system: OpenSuse PHP version: 5.2.1 PHP Bug Type: Network related... -
WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into... -
How do I easily support (authenticate and authorize) internal and external web site users
David, take a peek at: "Mixing Forms and Windows Security in ASP.NET" located at:... -
Using a Web Service to Authenticate Users
Greetings, I am developing a new Authentication/Authorization scheme for a series of applications. I wanted to use a Web Service to Authenticate... -
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Gary Why not just change the connection timeout property? Your doing an update statement, which could take various amounts of time depending on... -
Brock Allen #2
Re: Re-Authenticate users after timeout
Look into using Forms authentication which manages all of this for you, rather
than you doing it manually with Session variables.
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconthecookieauthenticationprovider.asp[/url]
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> 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
>
Brock Allen Guest



Reply With Quote

