OK I am just getting into sessions in PHP and have a very basic script thats starts a session and registers users id's and pwd's if their id's and passwords are recognised in the database.
That seems to work ok, and I can see the session file in the temp directory.
However, the next part of my script presents the logged on user with a drop list in a form with various options. Whenever I choose an option, I get asked for my login details again!
Any ideas without more detail or is more needed?