Help!
I am using an apache server with Linux.
I am trying to create a secure website on which users will register using a mysql server.
I am using session_start and then session_register to register the username. I then use the registered username to authenticate later pages.
The process works fine on all versions of Netscape, but not Internet Explorer.
I try to register a variable and get nothing for username if I try to print it out on subsequent pages.
I've read something about session_cache_limiter() before starting a session, but this does not work either.
Does anyone have any suggestions?