Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SessionIds in Netscape4.76!!

Status
Not open for further replies.

ushas

Technical User
May 20, 2002
8
IN
I am working in apache1.3,php 4.04,postgreSql 7.0.3,
and red hat linux 7.1.

our application first starts with a user authentication screen,when the first user logs in (say user1),depending on his rights he will be able to use some screens.session variable is assigned as $user=user1.

and when other user logs in (say user2),the session variable will be set for the new instance $user=user2.

the problem is:

1.in netscape 4.76/konqueror/mozilla session variable of the first instance $user has also been changed to user2.


2.i get same sessionid's in both instance?

it is not so in IE.why is it happaning,please do help me.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top