Users not logged out when session expires - ASP.NET - C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dihola
    New Member
    • Nov 2007
    • 7

    Users not logged out when session expires - ASP.NET - C#

    Hi,
    I have a problem with an ASP.NET C# application. When the session expires and then the user tries to access any page in the browser, instead of being transferred to the login page the website simply creates a new session and resumes the browsing as if nothing happened. I am using forms authentication and InProc sessions:

    <authenticati on mode="Forms">
    <forms name=".CRM" loginUrl="~/Login.aspx" defaultUrl="~/Default.aspx" cookieless="Aut oDetect" domain=""/>
    </authentication>

    Any idea why is this happening?

    Thanks very much
    Last edited by jhardman; Mar 11 '08, 03:21 AM. Reason: moved to .Net forum. ASP forum is for "classic" ASP
Working...