Hi!
I have a little problem: my PHP sessions work with Internet Explorer but fail with
Netscape. Every time user hits the page
(it\\\\'s like a counter), a new session
object is created (a file in the PHP session directory). In other words, somehow
due to the browser (Netscape), the existing session objects is not recognized (a new one
is created). What can I do?
Thanks!