Re: forms authentication
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
- From: "Ignacio Machin \( .NET/ C# MVP \)" <ignacio.machin AT dot.state.fl.us>
- Date: Thu, 13 Jul 2006 09:45:36 -0400
Hi,
It will work the same way than a regular session, if the browser is closed
the session is lost, if the session is inactive more than a predefined time
(20 min by default) the session is lost.
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Phil Townsend" <phil25840@xxxxxxxxx> wrote in message
news:e3idl8npGHA.4188@xxxxxxxxxxxxxxxxxxxxxxx
I've just written a login page using forms authentication. I'm a little
confused on how to expire the user, that is if they close the browser
and reopen it, I wnat them to have to log back in. I know this is
simple, but can anybody help?
*** Sent via Developersdex http://www.developersdex.com ***
.
Relevant Pages
- Re: ASP sessionstate
... ASP doesn't know or care what browser it ... ticket number given when the first item is added to the cart. ... How can a Response.Write write to the server screen? ... :> delete the cart file and set the session ... (microsoft.public.inetserver.asp.general) - "Compaq Web Agent" management session can be re-used without the need to perform authentic
... destructive actions (as server reboot). ... Compaq Web Agent Service 6.0.0.0 using Compaq HTTP Server 5.1.0 on ... servers via a secured HTTP session from a browser client, ... via a legitimate authenticated SSL session - if he closes the session by ... (Bugtraq) - Re: Attempt to de-mystify AJAX
... >>maintaining a session via URL is not a problem. ... >> around cookies and JS, but it seems to be tough. ... >> as needed back to the server. ... but as I mentioned before - a non-dynamic request by the browser can ... (comp.databases.pick) - Re: Problem with a session
... Your first posting was a bit vague, but now I understand your problem. ... the POSTDATA and sets againg the session variable to true and anyone ... This IS a real problem, and you cannot 100% solve it. ... try to tell the browser NOT to chache it. ... (comp.lang.php) - Re: php session without cookie useage
... >>> browser or the application to maintain the state if needed. ... >>> transfer a session key created on login to subsequent pages via a POST ... >>> browser via a cookie or via POST or GET. ... > That may block legitimate users using a round-robin proxy (different ... (comp.lang.php) |
|