Procedural File: session_functions.php
Source Location: /lib/session_functions.php
Page Details:
A collection of functions to handle sessions throughout phpLDAPadmin.
Tags:
PLA_SESSION_ID [line 11]
pla_session_id_init [line 15]
pla_session_id_ip_min [line 17]
pla_session_id_paranoid [line 13]
pla_session_id_ses_max [line 19]
pla_session_close [line 162]
void pla_session_close(
)
|
|
Stops the current session.
pla_session_get_id [line 26]
string pla_session_get_id(
)
|
|
Creates a new session id, which includes an IP hash.
Tags:
pla_session_param [line 70]
void pla_session_param(
)
|
|
pla_session_start [line 83]
bool pla_session_start(
)
|
|
The only function which should be called by a user
Tags:
pla_session_verify_id [line 51]
bool pla_session_verify_id(
)
|
|
Checks if the session belongs to an IP
Tags:
|