Session Expiry in Web Server
-
Hi every body, Sessions are working fine in our "Test Server"(It maintains the Session time), but after hosting in the web, Sessions are not working (Session are expiring with in 30 sec)
Sunil
-
Hi every body, Sessions are working fine in our "Test Server"(It maintains the Session time), but after hosting in the web, Sessions are not working (Session are expiring with in 30 sec)
Sunil
you might ask your hosting provider...maybe it's configured in machine.webconfig to take affect to all web applications << >>
-
you might ask your hosting provider...maybe it's configured in machine.webconfig to take affect to all web applications << >>
What changes may take in machine.config as you said(Then i will convey to my team)
Sunil Tvl
-
What changes may take in machine.config as you said(Then i will convey to my team)
Sunil Tvl
you check the web.config file...do you see ?? if not, you can add this to config file More info http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfSessionstateSection.asp[^] << >>
-
you check the web.config file...do you see ?? if not, you can add this to config file More info http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfSessionstateSection.asp[^] << >>
Thank u we will try that Link and we get u later
Sunil Tvl