Topic :managing Session in ASP 3.0 on windows 2003
Topic : managing Session in ASP 3.0 on windows 2003 server
Problem :
1. When web application built on ASP 3.0 is uploaded in win2000 server, No Session Problem. can be recalled and the session state is Maintained.
2.But when the OS is upgraded to windows server 2003, session maintenance is a big question.
Maintenance : All the corresponding code check/Debug every thing is done. But no error. Contacted the sysadmin and requested to make the changes for our web app. but still no effect. Even he has incremented the application time out period to some extra amount.
So i think some thing is wrong with our code but not with OS.
on the contrary the web app is working fine in win2000 server.
if u want the logic in session checking , then it is as below:
step -1 : created a session variable on valid user authentication.
step -2 : created a session checkstatus function which checks the
session variable value created at the time of valid user
auth. if the variable is still having the value then fine.
Else rediret to login page
Please help in designing a solution for this aspect.
regards
Mahesh
Mn Karthik
__________________
Mn Karthik
|