[PHP-DEV] Re: Session Oddness

2002-03-13 Thread Sascha Schumann
The current CVS behaviour is the correct and documented one. - Sascha Experience IRCG http://schumann.cx/http://schumann.cx/ircg -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

[PHP-DEV] Re: Session Oddness

2002-03-13 Thread Matt Allen
I might be reading it wrong, and feel free to creect me if i am but: does the code read: If a cookie was sent then setup SID else if a cookie wasnt sent dont setup SID end if if (send_cookie) { smart_str var = {0}; smart_str_appends(var, PS(session_name));

[PHP-DEV] Re: Session Oddness

2002-03-13 Thread Sascha Schumann
On 13 Mar 2002, Matt Allen wrote: I might be reading it wrong, and feel free to creect me if i am but: Yes, you are reading it wrong. does the code read: Note the tempus of the variable send_cookie. - Sascha Experience IRCG

[PHP-DEV] Re: Session Oddness

2002-03-13 Thread Matt Allen
Ok then, no problems. The thing is, last night in stalled the latest snap and SID was not being popuulated, even though session cookies were DEFINATLY off, accoring to a phpinfo anyway. very strange. Thanks, Matt On Wed, 2002-03-13 at 23:52, Sascha Schumann wrote: On 13 Mar 2002, Matt Allen

[PHP-DEV] Re: Session Oddness

2002-03-13 Thread Sascha Schumann
On 13 Mar 2002, Matt Allen wrote: Ok then, no problems. The thing is, last night in stalled the latest snap and SID was not being popuulated, even though session cookies were DEFINATLY off, accoring to a phpinfo anyway. Ok, SID would be defined on the first, but not subsequent

[PHP-DEV] Re: Session Oddness

2002-03-12 Thread Yasuo Ohgaki
Yeah. I know. This is one of the issue I'm going to discuss with Sascha. It's not important for me compare to other issues, so this will be the last one. Anyway, may be we should go back to the original behavior for now. -- Yasuo Ohgaki [EMAIL PROTECTED] Matt Allen wrote: Guys, Somebody