id <spanclass="kw1">CHAR</span><spanclass="br0">(</span><spanclass="nu0">32</span><spanclass="br0">)</span><spanclass="kw1">NOT</span><spanclass="kw1">NULL</span><spanclass="kw1">PRIMARY</span><spanclass="kw1">KEY</span><spanclass="sy0">,</span>
<p><divclass="noteimportant">Change char(32) by char(64) if you use the now recommanded SHA256 hash algorithm. See <ahref="../../documentation/current/sessions.html"class="wikilink1"title="documentation:latest:sessions">Sessions</a> for more details
<p><divclass="noteimportant">Change char(32) by char(64) if you use the now recommanded SHA256 hash algorithm. See <ahref="../../documentation/current/sessions.html"class="wikilink1"title="documentation:latest:sessions">Sessions</a> for more details
Go in the Manager and set the session module (for example <ahref="http://search.cpan.org/perldoc?Apache::Session::Postgres"class="urlextern"title="http://search.cpan.org/perldoc?Apache::Session::Postgres"rel="nofollow">Apache::Session::Postgres</a> for PostgreSQL) in <code>General parameters</code> » <code>Sessions</code> » <code>Session storage</code> » <code>Apache::Session module</code> and add the following parameters (case sensitive):
You must read the man page corresponding to your database (<ahref="http://search.cpan.org/perldoc?Apache::Session::MySQL"class="urlextern"title="http://search.cpan.org/perldoc?Apache::Session::MySQL"rel="nofollow">Apache::Session::MySQL</a>, …) to learn more about parameters. You must also install the database connector (<ahref="http://search.cpan.org/perldoc?DBD::Oracle"class="urlextern"title="http://search.cpan.org/perldoc?DBD::Oracle"rel="nofollow">DBD::Oracle</a>, <ahref="http://search.cpan.org/perldoc?DBD::Pg"class="urlextern"title="http://search.cpan.org/perldoc?DBD::Pg"rel="nofollow">DBD::Pg</a>,…)
If you choose to use MySQL, read <ahref="../../documentation/1.9/performances.html#apachesession_performances"class="wikilink1"title="documentation:1.9:performances">how to increase MySQL performances</a>.
You can also use different user/password for your servers by overriding parameters <code>globalStorage</code> and <code>globalStorageOptions</code> in lemonldap-ng.ini file.