index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
session
/
mod_session_cookie.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR56040: add SessionCookieMaxAge On/Off
Eric Covener
2020-03-02
1
-2
/
+21
*
Also avoid adding the Set-Cookie header in both r->headers_out and
Joe Orton
2019-11-14
1
-2
/
+2
*
mod_session_cookie: avoid adding the Set-Cookie header
Luca Toscano
2018-10-09
1
-2
/
+2
*
mod_session: Introduce SessionExpiryUpdateInterval which allows to
Yann Ylavic
2015-10-17
1
-3
/
+3
*
CVE-2013-2249
Graham Leggett
2013-05-31
1
-1
/
+0
*
mod_session: Use apr_status_t as a return code across the mod_session API,
Graham Leggett
2011-12-02
1
-2
/
+2
*
Remove some more now redundant log prefixes
Stefan Fritsch
2011-11-30
1
-1
/
+0
*
break some very long lines, no code change
Stefan Fritsch
2011-01-24
1
-8
/
+18
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Make sure we respect the proper pool lifetimes when saving away a preparsed
Graham Leggett
2010-03-27
1
-5
/
+5
*
mod_session_cookie, mod_session_dbd: Make sure cookies are set both
Graham Leggett
2008-08-30
1
-4
/
+4
*
mod_session_cookie: Make sure that cookie attributes are correctly
Graham Leggett
2008-08-29
1
-2
/
+2
*
You don't export registered entry points
William A. Rowe Jr
2008-06-07
1
-7
/
+4
*
Fix the method used to detect the root of the request tree when subrequests
Graham Leggett
2008-05-07
1
-1
/
+10
*
Change the directives within the mod_session* modules to be valid
Graham Leggett
2008-04-09
1
-3
/
+3
*
Insert prototypes to remove compiler warnings. [Joe Orton]
Graham Leggett
2008-04-09
1
-0
/
+3
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-2
/
+0
*
mod_session_cookie: Add a session implementation capable of storing
Graham Leggett
2008-04-04
1
-0
/
+269