Sessionstate timeout and Forms Authenticatin timeout
Hi,
I'm a tad confused regarding the difference between an asp.net session and
an authentication session and their timeouts. Do the two types of session
exist independantly of one another? If so, what happens if one expires
before the other? Any info appreciated. PS. Using asp.net v2
S.
.
Relevant Pages
- Re: Timeouts: session and authentication
... > of these timeouts occurs. ... > and after successful login the session is not started. ... You have to watch out for when auth is OK, ... (microsoft.public.dotnet.framework.aspnet) - Re: PHP/Apache or IE problem (no GPC data)
... > we get complaints from our customers about them losing their session. ... timeouts which are usually the result of misconfigured php settings and/or ... What are your session timeouts and the cookie timeouts? ... (comp.lang.php) - Re: Access control on a commercial website.
... Use Sessions and Timeouts and your chances increase. ... Its all fine to use a password, but every new web page is a new session.. ... Chances someone magically guesses the id of a currently logged in user is very, ... Use HTTPS, a session-cookie, a suitable fast timeout, and some mechanism to prevent brute force attacks. ... (comp.lang.javascript) - Re: Access control on a commercial website.
... Use Sessions and Timeouts and your chances increase. ... Its all fine to use a password, but every new web page is a new session.. ... Chances someone magically guesses the id of a currently logged in user is very, ... Use HTTPS, a session-cookie, a suitable fast timeout, and some mechanism to prevent brute force attacks. ... (comp.lang.javascript) - Re: Leaving a Page
... > Thanks Patrice ... > I have my web.config file set for 20 minute timeouts. ... I use session ... (microsoft.public.dotnet.framework.aspnet) |
|