> On Tue, 26 Mar 2002, Sterling Hughes wrote:
> 
> > Hey,
> >
> > Just wondering why we only define SID when cookies are not used --
> > wouldn't it be useful in all cases?
> 
>     Try reading <http://php.net/session>.  The reason is spelled
>     out there. :-)
> 

OMG, sascha just used a smiley face -- REPENT!  THE APOCOLYPSE IS COMING
;))))

I actually can't find the reason that SID is not registered...  I know
that its main use is for appending the session ID onto a URL, but I'd
find it useful for logging purposes and such (i guess I could just use
the session_name() and session_id() functions though).

Is there any reason that having it enabled in both cases would be
detrimental?

-Sterling

The church is near but the road is icy;
the bar is far away but I will walk carefully. -- Russian proverb

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to