locked
Session array lost RRS feed

  • Question

  • I am working with visual studio 2012 and in between debugging sessions my Session array keeps getting clear but the user stays logged in as long as the session has not timedout in the web config. Is there anyway I can keep the Session array from getting cleared or should I remove or lower the session state time out.

    Just PerdueIT

    • Moved by Jason Dot Wang Wednesday, June 5, 2013 2:31 AM This thread is about ASP.NET
    Monday, June 3, 2013 9:11 PM

Answers

  • Probably should be on asp.net site. For anyone who is wondering the sessionState and Formauthenication timeout need to be the same.

    Just PerdueIT

    • Proposed as answer by ThankfulHeart Tuesday, June 4, 2013 1:49 AM
    • Marked as answer by Just Karl Friday, September 27, 2013 10:32 PM
    Monday, June 3, 2013 9:20 PM

All replies

  • Probably should be on asp.net site. For anyone who is wondering the sessionState and Formauthenication timeout need to be the same.

    Just PerdueIT

    • Proposed as answer by ThankfulHeart Tuesday, June 4, 2013 1:49 AM
    • Marked as answer by Just Karl Friday, September 27, 2013 10:32 PM
    Monday, June 3, 2013 9:20 PM
  • Hi Just Perdueit,

      Welcome to MSDN Forum Support.

     

      You are more likely to get more efficient responses to ASP.NET issues at http://forums.asp.net where you can contact ASP.NET experts.

      Sincerely,

      Jason Wang



    Jason Wang [MSFT]
    MSDN Community Support | Feedback to us

    Wednesday, June 5, 2013 2:27 AM