Authentication cookie works on dev env NOT DASP

Discussion in 'ASP.NET / ASP.NET Core' started by steurm, Nov 29, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a web application that uses persistent cookies, this works on my development environment but not on DASP server. I have setup tracing to try and figure it out and have confirmed that the authentication cookie is still a member of the cookies collection even when on the login page.

    When I leave a form open for 15+ minutes and then click save it redirects to the login screen. The session timeout is set to 240 minutes. The timeout for the cookie is irrelevant since the cookie is set to persistent.

    I would greatly appreciate any guidance,

    Greg

    Greg Kelley
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page