Hallo Chris,
On Mon, May 21, 2001 at 04:08:52AM +0200, Christian Marschalek wrote :
> My system does not tranlate <?=SID?> into the PHP Session id... Don't
> have a clue why, though...
SID gets only defined if the appropriate cookie is NOT set (which
makes sense: you don't need to populate it anywhere in your code
if the right cookie is set).
If you just want the session ID use 'session_id()'.
- Markus
--
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]