session.h File Reference

Go to the source code of this file.

Typedefs

typedef struct session_s session_t

Functions

int session_free (session_t *)
int session_remove (session_t *)
int session_clean (session_t *)
int session_age (session_t *)
vars_tsession_get_vars (session_t *)
const char * session_get (session_t *, const char *)
const char * session_get_id (session_t *ss)
int session_set (session_t *, const char *, const char *)
int session_del (session_t *, const char *)
int session_load (session_t *ss)
int session_save (session_t *ss)
int session_save_to_io (session_t *, const char *)

Typedef Documentation

typedef struct session_s session_t

Definition at line 24 of file session.h.


Function Documentation

int session_free ( session_t  ) 

Definition at line 499 of file session.c.

int session_load ( session_t ss  ) 

Definition at line 355 of file session.c.

int session_remove ( session_t  ) 

Definition at line 385 of file session.c.

int session_save ( session_t ss  ) 

Definition at line 363 of file session.c.

int session_save_to_io ( session_t ,
const char *   
)