Go to the source code of this file.
Functions | |
| int | session_save (const char *key, const char *data, int overwrite) |
| saves (k,data) in the sessions storage | |
| const char * | session_load_and_lock (const char *key) |
| NULL means not foud, "\a" means locked. | |
| void | session_remove (const char *key) |
| void | session_unlock (const char *key) |
| void | session_init (void) |
Definition in file session.h.
| void session_init | ( | void | ) |
| const char* session_load_and_lock | ( | const char * | key | ) |
NULL means not foud, "\a" means locked.
| void session_remove | ( | const char * | key | ) |
| int session_save | ( | const char * | key, | |
| const char * | data, | |||
| int | overwrite | |||
| ) |
saves (k,data) in the sessions storage
| void session_unlock | ( | const char * | key | ) |
1.5.6