The "DB_File" session store does not work for me. It seems to be a locking
or flushing issue: the modified session data are not written to the DB_File
immediately, so that the cookie id sent to the server with the next request
is not found in the store and a new cookie id is generated and sent. This of
course breaks maintaining the state of the session. But with the next
request maybe it works. When I shut down Apache, all missing cookies are
written to the db file... This behaviour is not dependent on the type of
locker used.

After switching to the plain "File" store, everything just works as
expected - great. So for me the problem is solved, although I needed some
time to find out what is wrong (as explained it worked sometimes). Still I
am interested in comments or solutions - maybe I did something wrong. Please
cc to me.

Regards,

Arno Lehmann
MSI GmbH, Stuttgart, Germany


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to