It seems that the default cookie setting for IE (and possibly other browsers) stops PHP using $_SESSION
Any help or work-arounds would be tops.
Moderator: General Moderators
So, yes, with much effort, you can do so manually as wellphp manual wrote: Alternatively, you can use the constant SID which is always defined. If the client did not send an appropriate session cookie, it has the form session_name=session_id. Otherwise, it expands to an empty string. Thus, you can embed it unconditionally into URLs.