Re: Timeout differences
2 different mechanism (session & authentication)
2 cookies
2 timeouts
makes sense?
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Hello,
What is the difference between the followings in web.config;
<SettionState> session timeout? and <authentication mode="Forms">
cookie timeout?
Thanks
.
Relevant Pages
- Re: [patch 00/43] ktimer reworked
... For instance, when Kyle came out with his one-sentence description of timers versus timeouts, I thought he had them backwards. ... A timer (like a kitchen timer telling you the cookies are done) is optimized to be added and sit around until it expires. ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: XML Webservice authentication
... so you have a web application which already does authentication using forms and on some pages you call a webservice..? ... Dominick Baier - DevelopMentor ... technology, the only solution I can see is to use cookies, but I am ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Custom RoleProvider question -- saving roles
... Dominick Baier - DevelopMentor ... I set the authentication to use cookies in web.config as follows ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Custom RoleProvider question -- saving roles
... roles are cached in a cookie called .aspxroles by default - the caching and persistence settings are in ... the settings configures how the authentication ticket state is maintained. ... Dominick Baier - DevelopMentor ... I set the authentication to use cookies in web.config as follows ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Why I remain signed on (auth/authorization)?
... I have, in the Pricay tab of IE's Options, set "Block All Cookies". ... Running under localhost FireFox presents ... >> cookies to accomplish the siging process while I have disabled cookies ... >>> DevelopMentor ... (microsoft.public.dotnet.framework.aspnet) |
|