sessions problem (passing sessionid)
Moderator: General Moderators
-
Little Spy
- Forum Commoner
- Posts: 31
- Joined: Thu Oct 10, 2002 8:18 pm
- Contact:
sessions problem (passing sessionid)
I would like session id to be passed to the next page always by the url rather than a cookie. I know that is a feature in the php config to do it automatically. Is their a way to do it automatically even if its not set in the php config? Or a way to turn it on only for my script?
Code: Select all
ini_set('session.use_cookies', FALSE);
ini_set('session.use_trans_sid', TRUE);