Hi ,
i tried to sent session id with GET/POST but i couldn't do it.
i used:
ini_set("session.use_only_cookie",0);
ini_set("session.use_only_cookie",0);
ini_set("session.use_cookie",0);
ini_set("session.use_trans_sid",1);
to test it : http://www.meyer-antique-prints.com/test.php (maybe it is a php.ini that i didn't see it).
commonly if i click test link (in the top left corner) the url must contain the session id.
Can anyone help me?
PS. i tried with .htaccess too.
Thanks