Session problem

G

Guest

Hi,
i am using asp.net 1.1 and i encouter problem in using the session.
i create session after authorized person success login the webpage. the
session works fine when i test it in my developing laptop. I will open two
webpage and login as diff person. Each webpage will show oni relevant data
acc to the person login.
However, when i connect another laptop to my laptop (both winXp pro) and use
the similar way as i explain above. The problem appear which is the both
sessions are clashed to each other. For example, person A click logout
button, personB also cannot use available buttons his own web form.
So, what is the problem?
Is it because i didnt install server operating system and let another laptop
to connect?
Any ideas?

Thank you in advance.

Best regards,
GL
 
G

Guest

Hello,

Do not use this method to test session state. Having your project opened on
more then one browser will cause the session look as though the sessions are
clashing. This has been explained to me before, but I do not remember much
details about it any more.

You are better off opening one browser on each computer to test for sessions.

HTH
Charles
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top