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)
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.