File session
backend
System
configuration
File session backend is the default backend of
LemonLDAP::NG. It just need on directory where each files is a session.
Another directory can be used for the lock files.
This directory must be writable by the apache
system user (www-data for Debian, apache for RHEL).
LemonLDAP::NG configuration
Go to the Manager and go in
General Parameters > Session Storage. Then change
Apache::Session module to
"Apache::Session::File" and in
Apache::Session parameters configure the following
options:
- Directory: path to session directory (default /tmp)
- LockDirectory (optionnal): path to lock directory (default
/tmp)