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
Storing Sessions and PHP
Moderator: General Moderators
Re: Storing Sessions and PHP
http://us2.php.net/manual/en/configure. ... -trans-siddubs 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
It puts the session ID on the url, which has additional risks and problems, but it solves the problem you mention.