Eeek. Help with propagating a SESSION ID
Posted: Mon Aug 01, 2005 6:41 pm
I have a strange problem. I have a site in which I need to be able to propogate my session ID by some other means only if the user does not have cookies enabled. I can test for cookies and what not, however, I have some limitations which have me stumped...
- I don't have access to all the links to manually put in the PHPSESSID=SID in each one.
- If I change the session.use_trans_sid then it will ALWAYS use the GET method to propagate... right?
Is there some way I can store the session ID in a database and then pull it back up and reinstate the session using that?
Micah
- I don't have access to all the links to manually put in the PHPSESSID=SID in each one.
- If I change the session.use_trans_sid then it will ALWAYS use the GET method to propagate... right?
Is there some way I can store the session ID in a database and then pull it back up and reinstate the session using that?
Micah