RE: [PHP] SESSIONS, a weird, funny yet strange error happens to wrong people...

2001-04-19 Thread Maxim Maletsky
ginal Message- From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 12:20 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] SESSIONS, a weird, funny yet strange error happens to wrong people... I was curious about your post, so I take a look at the module source. It seems you

Re: [PHP] SESSIONS, a weird, funny yet strange error happens to wrong people...

2001-04-19 Thread Christian Reiniger
On Thursday 19 April 2001 13:52, you wrote: > > What to fix? > > Her ;) > > > Seriously though, is it possible that she stopped browsing the site > long enough for the session to expire and be cleaned up by the garbage > handler, then she continued on the page with a PHPSESSID that no longer > exi

Re: [PHP] SESSIONS, a weird, funny yet strange error happens to wrong people...

2001-04-19 Thread Yasuo Ohgaki
I was curious about your post, so I take a look at the module source. It seems you could be right if O_EXCL is not defined when PHP is compiled. If O_EXCL is defined, it creates if there is no session data file. -- Yasuo Ohgaki ""Plutarck"" <[EMAIL PROTECTED]> wrote in message 9bmjl2$rc4$[EMAIL

Re: [PHP] SESSIONS, a weird, funny yet strange error happens to wrong people...

2001-04-19 Thread Plutarck
> What to fix? Her ;) Seriously though, is it possible that she stopped browsing the site long enough for the session to expire and be cleaned up by the garbage handler, then she continued on the page with a PHPSESSID that no longer existed? In that case the error would occur only once, as a

Re: [PHP] SESSIONS, a weird, funny yet strange error happens to wrong people...

2001-04-19 Thread Yasuo Ohgaki
Does she use multiple browsers for your site? I think she is doing this. I'm not sure if session "files" handler is using flock() or not. It could be failing to open file, since file is locked. (I think it should lock file, since it's possible to get length 0 file w/o it) This problem will not oc

[PHP] SESSIONS, a weird, funny yet strange error happens to wrong people...

2001-04-18 Thread Maxim Maletsky
hello guys... On one of our websites, where we use sessions, a funny error have happened. Warning: open(/tmp/sess_b5ad1e0878dee63fa8a780df44af3ea7, O_RDWR) failed: File exists (17) in page.japaninc.inc on line 109 The funny side of it is that no one has ever seen it except our manager (what