On Thursday 10 January 2002 03:38, Philip Hallstrom wrote:

> >
> > So my questions are these:
> >
> > - how reliable is that syntax for passing data around?
> >
> > - is there a reason PHP can't use that for storing $SID?


If you compile php using "--enable-trans-sid" then it will automatically 
propagate the session ID thru the url like:

  http://www.domain.com/index.php?SID=somesessionID

and also add a hidden form element containing the session ID to all your 
forms.

hth
-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Half of being smart is knowing what you're dumb at.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to