[PHP] Re: session not set, server configuration?

2003-01-09 Thread Noel Wade
James - Don't know how you're working with Cookies and sessions for sure, but the default / easy way to check for an established session is to put session_start(); at the top of every page that's going to access the session variables. That will check for an established/open session and make the

[PHP] Re: session not set, server configuration?

2003-01-09 Thread James Tan
Dear Noel Wade, I've been coding session for quite sometime, but this is the first time i encounter such problem... in the login.php page, i've tested out session_is_registered(userkey); it was TRUE. but when i redirect it to main.php and did a checking on session_is_registered(userkey); it