function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rmehrarmehra 

Session handling problems

Hi,

             My Application is having a session expiration when the Application is deployed on Live Server

where as it runs fine on the localhost (my machine's IIS Server). It throws exception when i access the variables on some other Web Page. I have    

   1. Kept the session timeout to max

    2. Enabled sessionstate in web config file to 30 (20 was default)

Is it a configuration issue in the IIS Server with a particular virtual direcrtory ? 

 i would appreciate if someone is able to provide a solution for this problem