in reply to Re: Apache::Session::FIle Locking Mechanism
in thread Apache::Session::FIle Locking Mechanism

its being stated there that Apache::Session::File provides locking with the help of files created in LockDirectory specified.My question is how they function internally . why does it create two files there.

when we read or write some data in session , how do we get access to session file through these lock files

why are two files created. what is their exact functionality in term of locking. what are all the things that i can do to prevent data corruption or loss between different requests.
  • Comment on Re^2: Apache::Session::FIle Locking Mechanism

Replies are listed 'Best First'.
Re^3: Apache::Session::FIle Locking Mechanism
by Anonymous Monk on Sep 17, 2009 at 14:33 UTC