summaryrefslogtreecommitdiff
path: root/modules/session/mod_session_cookie.c
Commit message (Expand)AuthorAgeFilesLines
* PR56040: add SessionCookieMaxAge On/OffEric Covener2020-03-021-2/+21
* Also avoid adding the Set-Cookie header in both r->headers_out andJoe Orton2019-11-141-2/+2
* mod_session_cookie: avoid adding the Set-Cookie headerLuca Toscano2018-10-091-2/+2
* mod_session: Introduce SessionExpiryUpdateInterval which allows to Yann Ylavic2015-10-161-3/+3
* CVE-2013-2249Graham Leggett2013-05-311-1/+0
* mod_session: Use apr_status_t as a return code across the mod_session API,Graham Leggett2011-12-021-2/+2
* Remove some more now redundant log prefixesStefan Fritsch2011-11-301-1/+0
* break some very long lines, no code changeStefan Fritsch2011-01-241-8/+18
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Make sure we respect the proper pool lifetimes when saving away a preparsedGraham Leggett2010-03-271-5/+5
* mod_session_cookie, mod_session_dbd: Make sure cookies are set bothGraham Leggett2008-08-301-4/+4
* mod_session_cookie: Make sure that cookie attributes are correctlyGraham Leggett2008-08-291-2/+2
* You don't export registered entry pointsWilliam A. Rowe Jr2008-06-071-7/+4
* Fix the method used to detect the root of the request tree when subrequestsGraham Leggett2008-05-071-1/+10
* Change the directives within the mod_session* modules to be validGraham Leggett2008-04-091-3/+3
* Insert prototypes to remove compiler warnings. [Joe Orton]Graham Leggett2008-04-081-0/+3
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* mod_session_cookie: Add a session implementation capable of storingGraham Leggett2008-04-041-0/+269