Fix parameter name in perldoc (#671)

This commit is contained in:
Clément Oudot 2014-04-25 08:19:00 +00:00
parent 0d58aab979
commit 831e6743eb

View File

@ -240,8 +240,8 @@ Lemonldap::NG use 3 levels of cache for authenticated users:
parameter (completed with C<globalStorageOptions>) and used by
L<lemonldap::NG::Portal> to store authenticated user parameters,
=item * a L<Cache::Cache> module choosed with the C<sessionLocalStorage> parameter
(completed with C<sessionLocalStorageOptions>) and used to share authenticated users
=item * a L<Cache::Cache> module choosed with the C<localSessionStorage> parameter
(completed with C<localSessionStorageOptions>) and used to share authenticated users
between Apache's threads or processus and of course between virtual hosts,
=item * Lemonldap::NG::Handler variables: if the same user use the same thread