Forum Moderators: coopster

Message Too Old, No Replies

trans sid doesn't work on ssl site

         

jackvull

12:23 pm on Jul 6, 2006 (gmt 0)

10+ Year Member



Hi
I have use_trans_sid enabled on my server and to test, I disabled cookies on my browser.
Before logging inm all links have the PHPSESSID automatically added. However, after loggin in and everything is now on SSL, the PHPSESSID is no longer attached to links.
They are on the same server so not sure what is causing this.
ANy ideas?

coopster

12:59 pm on Jul 7, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Are the links relative?


Note: Non-relative URLs are assumed to point to external sites and hence don't append the SID, as it would be a security risk to leak the SID to a different server.

Resource:
[php.net...]