Forum Moderators: coopster
How can I solve the problem?
Thanks,
--
globay
Not a PHP programmer, but had a few minutes on my hand to see if I could help on this one :) Came across several forums with a google search that offer answers to your question (I think they are related) seems to be a common problem if so.
Anyway...
session.use_trans_sid = 1;
By activating the use_trans_sid all session_ids are appended to the links.
Again I would do a little more research on the use of this as it has an impact on speed and performance.
HTH,
-gs