The people for whom I am making a site want the site to work with URL sessions instead of cookies. To do this, I need to edit the php.ini file and have the following lines I believe:
session.use_cookies = 0
session.use_only_cookies = 0
However, it is staying in cookies mode for some reason. Any thoughts?