RE: Weird session problems

2004-09-28 Thread Gerald Richter
Hi, > > I have a problem which may be related to sessions, I don't > know if this has anything todo with SessionX / Embperl or > what is causing this problem. > > The thing is we get alot of reports from a website that > people suddenly get other peoples profiles etc. when they > have loggon

RE: Weird session problems

2004-09-28 Thread Pete Moran
I had (or still have a similar problem) where occasionally users would end up with another users sessions. I looked for any global variables which were left lying around and even after I remove possible culprits I never found a solution. The end result was I stopped using the udat sessions for an

Re: Weird session problems

2004-09-28 Thread Ed Grimm
I'd check for use of globals to cache data - if a variable is not in the default package, it's not cleaned at the end of the page. If I recall correctly, we found another issue that caused data bleed in Embperl 1.3.3 - as memory serves, that version only cleaned scalars by default. I've no idea if

RE: Weird session problems

2004-09-28 Thread Neal Gamradt
Hello Stefan, The only thing I can think of is that multiple people are using the same machine and not logging out, perhaps somehow the old %udat values are getting called because they haven't been replaced by the new user's information. Are you clearing out all %udat values when a new user log