Session value is mixed with other user's session
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, Urgent!.............. I have a webapplication running under IIS6. I am storing username as a session variable. When I login and parallelly another user login, I am getting other user's session. If I print username from session variable , I am getting another user's username.
-
Hi All, Urgent!.............. I have a webapplication running under IIS6. I am storing username as a session variable. When I login and parallelly another user login, I am getting other user's session. If I print username from session variable , I am getting another user's username.
did you define some static functions for loggin in?