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

All of those questions are adressed in Apache::Session
  • Comment on Re: Apache::Session::FIle Locking Mechanism

Replies are listed 'Best First'.
Re^2: Apache::Session::FIle Locking Mechanism
by py_201 (Acolyte) on Sep 17, 2009 at 08:51 UTC
    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.
Re^2: Apache::Session::FIle Locking Mechanism
by Anonymous Monk on Sep 17, 2009 at 15:43 UTC
    SORRY... lalit