Re: [PHP] A weired browser-session problem

2002-09-22 Thread Chris Shiflett
Monil, First, from the perspective of the Web server, there is only one browser. Also, there is no way to know when a user closes a browser. So, your problem just sounds like PHP is *maintaining* the session, which is exactly what it is supposed to do. :-) It is your job to maintain the data

[PHP] A weired browser-session problem

2002-09-22 Thread Monil Chheda
Hello friends, I have a weired problem with sessions. I am using session_start(); session_register("Sessionname"); The following is my problem. 1) User with valid username and password is given an Administration Menu. 2) Various options are there. He selects a particular option. 3) The selected