diff options
author | Graham Leggett <minfrin@apache.org> | 2008-04-04 18:02:22 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2008-04-04 18:02:22 +0200 |
commit | 7d5bef8273f482dee4d3b82c101f07db78c2f7bb (patch) | |
tree | 455becd8e4c67c9d0e776accecbe41da24ef59b2 /server/Makefile.in | |
parent | mod_session: Add a generic session interface to unify the different (diff) | |
download | apache2-7d5bef8273f482dee4d3b82c101f07db78c2f7bb.tar.xz apache2-7d5bef8273f482dee4d3b82c101f07db78c2f7bb.zip |
mod_session_cookie: Add a session implementation capable of storing
session information within cookies on the browser. Useful for high
volume sites where server bound sessions are too resource intensive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644748 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index 5fc286a571..3c96c4061b 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -11,7 +11,7 @@ LTLIBRARY_SOURCES = \ config.c log.c main.c vhost.c util.c \ util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \ connection.c listen.c util_mutex.c \ - mpm_common.c util_charset.c util_debug.c util_xml.c \ + mpm_common.c util_charset.c util_cookies.c util_debug.c util_xml.c \ util_expr.c util_filter.c util_pcre.c exports.c \ scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \ eoc_bucket.c eor_bucket.c core_filters.c |