Sesion timout vs Form Authentication timeout

Posted by Costa on Stack Overflow See other posts from Stack Overflow or by Costa
Published on 2010-05-18T09:32:00Z Indexed on 2010/05/18 17:00 UTC
Read the original article Hit count: 196

Filed under:
|

Hi

What is the difference between a abandon Session and a cookie timeout, what if the session is abandon and the cookie is still alive, is that can lead to a problem?

<sessionState timeout="1" />

<authentication mode="Forms">
      <forms loginUrl="login.aspx" timeout="1" />
</authentication>

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about authentication