Hi
I'm new to PHP and I'm trying to create a Login Form. Once the user has
logged in then he shouldn't have to log in again. The trouble is I'm getting
a new session ID between every page and so it doesn't recognise the user.
I've used Session_Start() which I thought was meant to maintain the session
variables between pages but it doesn't do work.
Any ideas or FAQ's?
Thanks
Chris
I'm new to PHP and I'm trying to create a Login Form. Once the user has
logged in then he shouldn't have to log in again. The trouble is I'm getting
a new session ID between every page and so it doesn't recognise the user.
I've used Session_Start() which I thought was meant to maintain the session
variables between pages but it doesn't do work.
Any ideas or FAQ's?
Thanks
Chris
Comment