Re: Forms Authentication and recycling web.config
From: Steven Cheng[MSFT] (v-schang_at_online.microsoft.com)
Date: 07/01/04
- Next message: Steven Cheng[MSFT]: "Re: How can I completly disable ViewState?"
- Previous message: sun: "how to pop a dialog box"
- In reply to: bruce barker: "Re: Forms Authentication and recycling web.config"
- Next in thread: Steven Cheng[MSFT]: "Re: Forms Authentication and recycling web.config"
- Reply: Steven Cheng[MSFT]: "Re: Forms Authentication and recycling web.config"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 01 Jul 2004 01:04:50 GMT
Hi Geo,
I think Bruce's suggestions are quite reasonable. Generally the asp.net
formsauthentication 's token is stored in cookie. Cookie is some files
stored in the client user's machine that's why it can remain even afte the
web application is restarted.
#Basics of Cookies in ASP.NET
http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vbtchASPNETCookies
101.asp?frame=true
And the session state are server side resources and by default it stored
in the server's memory and will be lost when the applicaiton restarted. The
session state has no relation with the formsauthentcaiont's token
maintainance.
#ASP.NET Session State
http://msdn.microsoft.com/library/en-us/dnaspnet/html/asp12282000.asp?frame=
true
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
- Next message: Steven Cheng[MSFT]: "Re: How can I completly disable ViewState?"
- Previous message: sun: "how to pop a dialog box"
- In reply to: bruce barker: "Re: Forms Authentication and recycling web.config"
- Next in thread: Steven Cheng[MSFT]: "Re: Forms Authentication and recycling web.config"
- Reply: Steven Cheng[MSFT]: "Re: Forms Authentication and recycling web.config"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|