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 think you were right Geoff. I just looked at the problem again, and if I switch to a file-based session store, things seem to work even with OneShot.cgi. I'll watch this carefully and let you know if I still see the problem. ...Edmund. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Bringing you mounds of caffeinated joy. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
