face this problem.
Session variables works fine in IE.
but not in Netscape.
When user first entered this address,
http://<host>:8080/ui
key in id and passwd. He will be login to main screen successfully.
Now, I tried to opened another netscpae browser,
with address http://<hostname> 8088/ui/book
The page redirects to the book menus page.
But this is not correct.
in IE, it is working fine.
It will always prompt out the login screen to ask the
user to login.
The function getUser() always capture the values
for $GLOBALS["userid"] in Netscape,
instead of NULL values.
How to handle the session variables in netscape?
Should I unregistered the variables?