Apache HTTPD
Public Attributes | List of all members
session_rec Struct Reference

#include <mod_session.h>

Public Attributes

apr_pool_tpool
 
apr_uuid_tuuid
 
const charremote_user
 
apr_table_tentries
 
const charencoded
 
apr_time_t expiry
 
long maxage
 
int dirty
 
int cached
 
int written
 

Detailed Description

A session structure.

At the core of the session is a set of name value pairs making up the session.

The session might be uniquely identified by an anonymous uuid, or a remote_user value, or both.

Definition at line 84 of file mod_session.h.

Member Data Documentation

◆ cached

int session_rec::cached

Definition at line 94 of file mod_session.h.

◆ dirty

int session_rec::dirty

Definition at line 93 of file mod_session.h.

◆ encoded

const char* session_rec::encoded

Definition at line 89 of file mod_session.h.

◆ entries

apr_table_t* session_rec::entries

Definition at line 88 of file mod_session.h.

◆ expiry

apr_time_t session_rec::expiry

Definition at line 90 of file mod_session.h.

◆ maxage

long session_rec::maxage

Definition at line 91 of file mod_session.h.

◆ pool

apr_pool_t* session_rec::pool

Definition at line 85 of file mod_session.h.

◆ remote_user

const char* session_rec::remote_user

Definition at line 87 of file mod_session.h.

◆ uuid

apr_uuid_t* session_rec::uuid

Definition at line 86 of file mod_session.h.

◆ written

int session_rec::written

Definition at line 96 of file mod_session.h.


The documentation for this struct was generated from the following file: