I've had a search around on the web to see if I can find any
information on this sort of problem. One possible solution
would be to always set the cookie path. Apparently in IE if
it isn't set then it doesn't always get sent to the scripts
in the same directory.
At the moment I've set the path to "/" so it should get sent
to every script in that domain. Not the neatest solution,
but if it works we can clean it up later.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=403886
I've had a search around on the web to see if I can find any
information on this sort of problem. One possible solution
would be to always set the cookie path. Apparently in IE if
it isn't set then it doesn't always get sent to the scripts
in the same directory.
At the moment I've set the path to "/" so it should get sent
to every script in that domain. Not the neatest solution,
but if it works we can clean it up later.