Page 1 of 1

Storing Sessions and PHP

Posted: Thu May 12, 2005 7:59 am
by dubs
I've got an issue with sessions and php. If a person disables cookies then it appears that php can't store sessions.

There must be a way around this as I've noticed that programs such as osommerce do not requires cookies to function.

What's the solution?

Cheers

Rich

Re: Storing Sessions and PHP

Posted: Thu May 12, 2005 8:51 am
by Roja
dubs wrote:I've got an issue with sessions and php. If a person disables cookies then it appears that php can't store sessions.

There must be a way around this as I've noticed that programs such as osommerce do not requires cookies to function.

What's the solution?

Cheers

Rich
http://us2.php.net/manual/en/configure. ... -trans-sid

It puts the session ID on the url, which has additional risks and problems, but it solves the problem you mention.