same session id problem
i have several website hosted on the same server
i found that the session_id() generate by session_start() are same for the following website
http://localhost/a/test.php
http://localhost/b/test.php
so it caused lot of problem , the website is opened by different broswer , how can i fix it ( different session id for different browser)
thx a lot