Re: [PHP-INST] Sessions help needed!

2003-07-05 Thread Tony Dietrich
John Have you checked the setup of your session management? Check the setting as reflected in the output from a phpinfo() command. for example, make sure your session storage path is valid etc. (normally /tmp if you haven't changed it) Also check how php is set to access variables. (Look at the

[PHP-INST] Sessions help needed!

2003-07-05 Thread John Fuller
Hello all, I am new to php in general and am trying to set up a user authentification system with mysql. The registration page works well and sends all of the data to the appropriate table in mysql. However, when I try to get the registered user to log in and start a session, the system