Hi
i am using PHP Version 4.2.2 on win2k. I am trying to use SESSION in my php scripts.
I want to append the URL with session_id automatically , means each and every page URL should contain the sessio_id. How can i achived that?
I made a necessary change in my php.ini file for starting session and i found session Id is getting created , but it is not getting appended to URL automatically and not getting propogated to other pages URL.. I also set " session.use_trans_sid = 1 " in php.ini file but in vain.
Please help
sspphp