Ask a Question related to ASP.NET Security, Design and Development.
-
Brock Allen #1
Re: Basic Forms Authentication Expiration ?
Yes. When the user is authenticated with FormsAuthentcation.RedirectFromLoginPage
or with FormsAuthentication.SetAuthCookie, pass false to the second parameter.
This assigns a volatile cookie that should be discarded when the user closes
the browser.
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> Is there a way to expire the Forms Authentication cookie once the user
> closes a browser window? I've notice that when I close IE and
> immediately reopen it to the site, the user remains authenticated. The
> Forms Cookie did not expire. I get a new session id. I am not using a
> persist cookie.
>
> Also, is there a way to limit the authorization to just one session
> (brower instance)? I've noticed that if I open up multiple brower
> windows, all the sessions are automatically authenticated using the my
> existing Forms Cookie.
>
> Thanks for all your help.
>
Brock Allen Guest
-
forms authentication ticket expiration problem
I have set up forms based authentication according to the KB article (http://support.microsoft.com/kb/308157/EN-US/) using the... -
Problems when authenticating against the Active Directory using Forms Authentication and Visual Basic .NET
I have recently followed the document to allow authentication against Active Directory using Forms authentication as described in the the Microsoft... -
Can I pass ASP Basic Auth Credentials to an APS.NET Forms Authentication site?
I am converting an ASP Website running Windows NT 4.0 to ASP.NET running Windows 2000 on a different computer across the Internet. During this... -
ASP.Net Forms authentication with basic authentication popup
Relatively new to ASP.Net but have a strange problem. My site uses forms authentication for a large administration section however after the user... -
Basic Forms Authentication question
I can't get this damn thing to work at all. I have a virtual directory set up with anonymous access only, web.config contains the following but...



Reply With Quote

