I am having a problem with Netscape 6.0!!!!
I am trying to pass a session variable from login.php --> validate.php -->
search.php --> redirect.php -->results.php.
The varibale (clearance) is set in validate.php page. But once I go from search.php to results.php NS creates a second session tmp file that does not carry "clearance", but only the session variables that I have tried to add in redirect.php (Name, Email). So once i get to the results.php page it is only reading the newest session tmp file that has "Name, Email". I looked in my tmp folder and I can see both files with the different variables set in them. This works in NS 4.X and IE 6.0.
(I am using session_start(); on all pages).
Thanks.