Page 1 of 1

Sessions

Posted: Sun Aug 08, 2004 2:31 pm
by Sanglier
Hi,

I am using sessions to maintain state. When testing with Opera 7.54 I need to enable cookies in order to get it working. Why is that? Isn't sessions supposed to be independent of the client browser?

I do not need (or wish) to set cookies on the visitors harddisks, nor require that they enable cookies. Is there a way around the problem?

Posted: Sun Aug 08, 2004 2:36 pm
by feyd
if your server is set to only do session cookies, then yeah, that could be a problem. The session should create a url variable named with your session name, unless you are using your own, in which case, it could be anything..

Posted: Sun Aug 08, 2004 2:51 pm
by Sanglier
I am rathe rnew to this. Could you give an example?

Posted: Sun Aug 08, 2004 10:59 pm
by tim
anything with the session id in the url