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.
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.