Home > Archive > PHP Language > December 2006 > Session ID (SID)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi there
Just a quick question, i have just swapped to a new server and I'm finding
the odd problems with
scripts that did work and now not, and have found one today,
I have had to change from $HTTP_SESSION_VARS to $_SESSION, most of it is now
working fine,
but in a form i am using ?<?php echo SID ?> to past over the session info
but SID does not seem to
work anymore and I can't find what it should be now?
Brian
| |
| petersprc 2006-12-11, 7:01 pm |
| session_id()
Brian wrote:
> Hi there
>
> Just a quick question, i have just swapped to a new server and I'm finding
> the odd problems with
> scripts that did work and now not, and have found one today,
> I have had to change from $HTTP_SESSION_VARS to $_SESSION, most of it is now
> working fine,
> but in a form i am using ?<?php echo SID ?> to past over the session info
> but SID does not seem to
> work anymore and I can't find what it should be now?
>
> Brian
|
|
|
|
|