Edmund Lian wrote:
> Geoff wrote:
> 
> >I'll bet it's an unfortunate timing issue caused by your use 
> of OneShot,
> >which has to load and save the session on each request.  The redirect
> >results in an immediate new copy of OneShot being fired up, 
> which probably
> >reads in the old values from disk before the new values have 
> been saved to
> >disk.
> >
> >Switch to WebKit.cgi (and the Memory or Dynamic session 
> store) and see if
> >the problem goes away.
> 
> I just tried this... the problem remains...
> 
> ...Edmund.
> 

Oh well.  I do know from experience though that this type of problem can be
caused by OneShot.  In my case, I've had problems with OneShot when
generating dynamic images that are being generated using values stored in
the session.  I guess you're seeing something different.

I'll try to reproduce it when I get a chance.

- Geoff


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to