Hi,
Due to security settings of some users, sessions details are not registered, which is I think because a session coockie cannot be set (?) and my login / order system doesn't work. (It works fine on most systems/variety of browsers)
There must be a quick solution to this? Could somebody point me in the right direction please?
I tried using:
ini_set(session.use_cookies, "0");
ini_set(session.use_trans_sid, "1");
but that doesn't seem to work. Am I going about this the wrong way? The page I am working on is at www.bio-vision.nl/sheila. It doesn't remember which pictures were selected if the security setting do not allow coockies.
Thanks,
Jelle.