- passing a new session id between the SSL and non-SSL versions of
the site is now validated. RT #1279.
+ NOTE: This requires that [site].secret be set to a value specific
+ to your site. Running:
+
+ openssl rand -base64 32
+
+ generates a suitable value.
+
- delete the session data for a site users session when they logoff.
As a side effect this will log out the admin user.
Default: no front-end server configured.
+=item secret
+
+A secret used (currently) for hashing cookie values passed between the
+secure and non-secure parts of the site. This must be set. A
+suitable value can be created with:
+
+ openssl rand -base64 32
+
=back
=head2 [paths]