Avoid Session clear
-
[when the session is null we are by default directed to home page.] At first when we login and perform transactions we carry the session values from one page to second page.At this second page if we remain idle for some time, the session automatically clears off. This causes us to reach back to home page . How to avoid this? We have included the following code in the web.config file,but still we are having the same problem.
-
[when the session is null we are by default directed to home page.] At first when we login and perform transactions we carry the session values from one page to second page.At this second page if we remain idle for some time, the session automatically clears off. This causes us to reach back to home page . How to avoid this? We have included the following code in the web.config file,but still we are having the same problem.
-
[when the session is null we are by default directed to home page.] At first when we login and perform transactions we carry the session values from one page to second page.At this second page if we remain idle for some time, the session automatically clears off. This causes us to reach back to home page . How to avoid this? We have included the following code in the web.config file,but still we are having the same problem.
-
hi, the default time out for session is 20 sec r 5 min pertains up on the versions.Dont use it on webconfig.use the session code at global.asax file.Let me know if u don know the script.i hope U could try it.
Ramprathap S.S