Problem while Login
-
Hi to all, i have developed one web application with login page. Everything is working well on standalone PC but while on network if somebody logs in with a particular username & password and someone else tries to login on another PC then it automatically logs in with the username of person who is already logged in. i have used cookies for my login page. Can anybody please tell what is the mistake?
Pravin
-
Hi to all, i have developed one web application with login page. Everything is working well on standalone PC but while on network if somebody logs in with a particular username & password and someone else tries to login on another PC then it automatically logs in with the username of person who is already logged in. i have used cookies for my login page. Can anybody please tell what is the mistake?
Pravin
i think the problem is different than cookie as cookies are stored at client side by the browser. Are you using any static variables or something like that in login page Again how are you using the cookies in your application ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
Hi to all, i have developed one web application with login page. Everything is working well on standalone PC but while on network if somebody logs in with a particular username & password and someone else tries to login on another PC then it automatically logs in with the username of person who is already logged in. i have used cookies for my login page. Can anybody please tell what is the mistake?
Pravin
I think that there is some problem while creating the application object and session object. Application object is created for the application(only one) while session objects are created for ecah user separately, that keeps track of the user. :):)
Deepak Nigam
-
I think that there is some problem while creating the application object and session object. Application object is created for the application(only one) while session objects are created for ecah user separately, that keeps track of the user. :):)
Deepak Nigam
hi Deepak, Thanks for reply... can you please tell me how to create session object for each user separately? or do u have any link for it? Please reply.
Pravin