OK. I am no=w having another problem with a session; and before anyonw says it, it has nothing todo with the llient -it accepting cookies etc.
Anyway, back to my problem. Basically, I have a page which has a form on it and on completion the form submits back to itself.
The sequence of events is. The form loads and executes a session_start(). It then checks for the existance of a session variable. If this does not exist it shows a login form. The user completes the form and submits it. When the form is submitted, the form is validated and if successful sets a session variable to true and then continues to load data. At this point the user can click a link on the page, which again references back to itself. The problem is that at this point the Server seems to want to instantiate a new session. Why?
Thanx