Posted by Don
2015-03-14

I have two hosting providers. The code works on provider 1 but not on provider 2. I got in contact with provider 2 and said there may be issues with the code. I told them I have it working on provider 1. Please advise if it has something to do with the global PHP configurations.
Posted by Tom
2015-03-19

It could happen if session.use_trans_id is turned on in php.ini
session.use_trans_id was used often a decade ago but is no longer recommended for security reasons. If it's on, please trun it off and try again.