Random logouts

Discussion in 'ASP.NET 2.0' started by vvsharma, Jun 10, 2007.

  1. Possibly, your application is getting recycled on DASP servers .This may happen due to the following reasons:
    1>Memory usage of 100Mb + (which is sufficient amount of memory for many complex web applications)
    2>Default idle timeout on DASP servers is set to 20 minutes.

    You may want to look into SQL server sessions (http://kb.discountasp.net/article.aspx?id=10350) ,in case you dont want the preserve your sessions and avoid above two scenarios.

    If possible,could you provide a url to your site along with test login credentials?

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. Greetings,

    I am some what new to DASP and and expeirecning some issues on DASP that i do not eperience onmy test PC.

    When logged in to my web application, I am randomly logged out and redirected to my log in page. Like I mentioned, this does not happen ever when I am running the app locally on my development machine. Is there a web config gotcha that could be causing my session to expire or something; that should be set diffently on the DASP server.

    An suggegstions?

    Thanks,
    DB
     

Share This Page