mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
mod_session: Introduce SessionExpiryUpdateInterval which allows to
configure the session/cookie expiry's update interval. PR 57300. Submitted by: Paul Spangler <paul.spangler ni.com> Reviewed/Committed by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1709121 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -115,6 +115,9 @@ typedef struct {
|
||||
* URLs included if empty */
|
||||
apr_array_header_t *excludes; /* URL prefixes to be excluded. No
|
||||
* URLs excluded if empty */
|
||||
apr_time_t expiry_update_time; /* seconds the session expiry may change and
|
||||
* not have to be rewritten */
|
||||
int expiry_update_set;
|
||||
} session_dir_conf;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user