Genivia Home Documentation
soap_session Struct Reference

updated Tue Nov 23 2021 by Robert van Engelen
 
Public Attributes | List of all members
soap_session Struct Reference

A session node. More...

#include <sessions.h>

Collaboration diagram for soap_session:
Collaboration graph
[legend]

Public Attributes

struct soap_sessionnext
 
const char * id
 
struct soap_session_varsession_vars
 
struct soap_session_varsession_vars_tail
 
int num_session_vars
 
long cookie_maxage
 
int rolling
 
time_t last_touched
 
long max_inactive_secs
 

Detailed Description

A session node.

Member Data Documentation

◆ cookie_maxage

long soap_session::cookie_maxage

◆ id

const char* soap_session::id

◆ last_touched

time_t soap_session::last_touched

◆ max_inactive_secs

long soap_session::max_inactive_secs

◆ next

struct soap_session* soap_session::next

◆ num_session_vars

int soap_session::num_session_vars

◆ rolling

int soap_session::rolling

◆ session_vars

struct soap_session_var* soap_session::session_vars

◆ session_vars_tail

struct soap_session_var* soap_session::session_vars_tail

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