|
Apache HTTPD
|
Session Module for Apache. More...
#include "apr_hooks.h"#include "apr_optional.h"#include "apr_tables.h"#include "apr_uuid.h"#include "apr_pools.h"#include "apr_time.h"#include "httpd.h"#include "http_config.h"#include "ap_config.h"Go to the source code of this file.
Classes | |
| struct | session_rec |
| struct | session_dir_conf |
| struct | ap_LINK_session_load_t |
| struct | ap_LINK_session_save_t |
| struct | ap_LINK_session_encode_t |
| struct | ap_LINK_session_decode_t |
Macros | |
| #define | SESSION_DECLARE(type) type |
| #define | SESSION_DECLARE_NONSTD(type) type |
| #define | SESSION_DECLARE_DATA |
| #define | MOD_SESSION_NOTES_KEY "mod_session_key" |
| #define | MOD_SESSION_USER "user" |
| #define | MOD_SESSION_PW "pw" |
Functions | |
| void | ap_hook_session_load (ap_HOOK_session_load_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| apr_status_t | ap_run_session_load (request_rec *r, session_rec **z) |
| apr_array_header_t * | ap_hook_get_session_load (void) |
| void | ap_hook_session_save (ap_HOOK_session_save_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| apr_status_t | ap_run_session_save (request_rec *r, session_rec *z) |
| apr_array_header_t * | ap_hook_get_session_save (void) |
| void | ap_hook_session_encode (ap_HOOK_session_encode_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| apr_status_t | ap_run_session_encode (request_rec *r, session_rec *z) |
| apr_array_header_t * | ap_hook_get_session_encode (void) |
| void | ap_hook_session_decode (ap_HOOK_session_decode_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| apr_status_t | ap_run_session_decode (request_rec *r, session_rec *z) |
| apr_array_header_t * | ap_hook_get_session_decode (void) |
Session Module for Apache.
Definition in file mod_session.h.
Definition at line 24 of file mod_session.h.
| #define SESSION_DECLARE_DATA |
Definition at line 26 of file mod_session.h.
Definition at line 25 of file mod_session.h.