]> granicus.if.org Git - apache/commit
mod_session_dbd: Add a session implementation capable of storing
authorGraham Leggett <minfrin@apache.org>
Sat, 5 Apr 2008 18:59:40 +0000 (18:59 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 5 Apr 2008 18:59:40 +0000 (18:59 +0000)
commit5b822119d075f16f1a5b2dcade320f43cbe78daa
treeeda058c7df62354260dab02eea1fa5abd9af8695
parent3e0bf1c8a117f9db85061e3719abf08e285fd383
mod_session_dbd: Add a session implementation capable of storing
session information in a SQL database via the dbd interface. Useful
for sites where session privacy is important.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645160 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_session_dbd.xml [new file with mode: 0644]
modules/session/config.m4
modules/session/mod_session_dbd.c [new file with mode: 0644]