My session are mixing up

Discussion in 'ASP.NET / ASP.NET Core' started by Shal, Feb 24, 2011.

  1. Hi,

    My sessions are getting mixed up, when user2 logins with its own account and it sees the information of user1 signed up from different account.

    Please note: My sessions are not static and I am using
    <sessionState mode="InProc" timeout="20" cookieless="false"/> settings in my web.config.

    Please help as it is very critical.
     

Share This Page