More Testing done, better question. Session help..

Discussion in 'ASP.NET / ASP.NET Core' started by scubabbl, Aug 2, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. In my application, I am using session to store user roll information to determine what the given user can see. But, after a certain amount of time, even non-idle time when I am using the application, the session craps out and with no user roll stored, the application kicks the user back to the login page.

    Now, according to previous posts on the topic, a few things can cause the sessions to crap out. The first is the idle time of 10 minutes. I have the problem even while using the application. The second is the program crashes. I have not seen this happen, so I am counting this one out. The last one is memory usage. When I run the application locally, I am not even coming 3/4s of the way to the 100 mb limit size, so, I am offically stumped. I don't have any problems with the application when running it locally, only when running it on the Discountasp server. I think I'll submit this as a ticket also, but can anyone help me here?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    we'll have to figure out what the root cause of the problem is which probably will require server access.

    best to create a support ticket if you have not already done so.


    quote:Originally posted by scubabbl

    In my application, I am using session to store user roll information to determine what the given user can see. But, after a certain amount of time, even non-idle time when I am using the application, the session craps out and with no user roll stored, the application kicks the user back to the login page.

    Now, according to previous posts on the topic, a few things can cause the sessions to crap out. The first is the idle time of 10 minutes. I have the problem even while using the application. The second is the program crashes. I have not seen this happen, so I am counting this one out. The last one is memory usage. When I run the application locally, I am not even coming 3/4s of the way to the 100 mb limit size, so, I am offically stumped. I don't have any problems with the application when running it locally, only when running it on the Discountasp server. I think I'll submit this as a ticket also, but can anyone help me here?
    </blockquote id="quote"></font id="quote">
     
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