Re: [PHP-DEV] Re: Why conditionally define SID?

2002-03-26 Thread Sascha Schumann
> I think that it'll be really nice to have it defined all the time. define("MYSID", session_name()."=".session_id()); - Sascha Experience IRCG http://schumann.cx/http://schumann.cx/ircg -- PHP Development Mailing List

[PHP-DEV] Re: Why conditionally define SID?

2002-03-26 Thread Sascha Schumann
> I actually can't find the reason that SID is not registered... I know Well, the page is quite long and it might be hard to miss. > 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_n

[PHP-DEV] Re: Why conditionally define SID?

2002-03-26 Thread Yasuo Ohgaki
Sterling Hughes wrote: >>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 . The reason is spelled >>out there. :-) >> > > >

Re: [PHP-DEV] Re: Why conditionally define SID?

2002-03-26 Thread Sagi Bashari
From: "Sterling Hughes" <[EMAIL PROTECTED]> > > 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_i

[PHP-DEV] Re: Why conditionally define SID?

2002-03-26 Thread Sterling Hughes
> 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 . The reason is spelled > out there. :-) > OMG, sascha just used a smiley

[PHP-DEV] Re: Why conditionally define SID?

2002-03-26 Thread Sascha Schumann
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 . The reason is spelled out there. :-) - Sascha Ex