nozom wrote:Hi All
Is there any way to make a shopping cart work when a user is blocking cookies?
cheers,
nozom
Depends on the value of the php.ini value, "session.use_only_cookies". If this is set, the answer is NO. If it isn't, then PHP should transmit the session_id transparently via the URL during the session (last I recall, this was what happened, anyways)...
ATM, I'm needing to leave, perhaps I'll check back later. 🙂