◆ add_query()
◆ close()
◆ del()
◆ delete() [1/2]
◆ delete() [2/2]
Delete the current session destroying all registered data.
Note that it does more but the PHP 4 session_destroy it also throws away a cookie is there's one.
- Returns
- boolean session_destroy return value public
◆ freeze() [1/2]
◆ freeze() [2/2]
| freeze |
( |
|
$id = NULL, |
|
|
|
$sess_data = NULL |
|
) |
| |
◆ gc() [1/2]
gc callback.
Destroy all session data older than $this->gc_time
◆ gc() [2/2]
◆ get_id()
◆ get_lock()
◆ hidden_session()
◆ is_registered() [1/2]
◆ is_registered() [2/2]
◆ name()
Sets or returns the name of the current session
- Parameters
-
| string | If given, sets the session name |
- Returns
- string session_name() return value public
◆ open()
◆ padd_query()
◆ pself_url()
◆ purl()
◆ put_headers() [1/2]
◆ put_headers() [2/2]
◆ put_id() [1/2]
◆ put_id() [2/2]
Delete the cookie holding the session id.
RFC: is this really needed? can we prune this function? the only reason to keep it is if one wants to also unset the cookie when session_destroy()ing,which PHP doesn't seem to do (looking @ the session.c:940) uw: yes we should keep it to remain the same interface, but deprec.
public $_COOKIE
◆ regenerate_session_id()
| regenerate_session_id |
( |
|
$keep_session_vars = array() | ) |
|
◆ register() [1/2]
◆ register() [2/2]
◆ reimport_any_vars()
| reimport_any_vars |
( |
|
$arrayname | ) |
|
◆ reimport_cookie_vars()
◆ reimport_get_vars()
◆ reimport_post_vars()
◆ release_lock()
◆ release_token()
◆ self_url()
◆ serialize()
| serialize |
( |
|
$prefix, |
|
|
|
$str |
|
) |
| |
◆ Session()
Sets the session name before the session starts.
Make sure that all derived classes call the constructor
- See also
- name()
◆ set_container() [1/2]
◆ set_container() [2/2]
◆ set_tokenname() [1/2]
◆ set_tokenname() [2/2]
◆ start() [1/2]
Start a new session or recovers from an existing session
- Returns
- boolean session_start() return value public
◆ start() [2/2]
◆ thaw() [1/2]
◆ thaw() [2/2]
◆ unregister() [1/2]
◆ unregister() [2/2]
◆ url()
◆ $allowcache
◆ $allowcache_expire
| $allowcache_expire = 1440 |
◆ $auto_init
◆ $classname
◆ $cookie_domain
◆ $cookie_path
◆ $cookiename
◆ $fallback_mode
◆ $gc_probability
◆ $gc_time
◆ $id
◆ $in
◆ $lifetime
◆ $magic
◆ $mode
◆ $module
◆ $name
◆ $pt
◆ $save_path
◆ $secure_auto_init
◆ $that
◆ $that_class
Name of data storage container
var string
◆ $trans_id_enabled
The documentation for this class was generated from the following files: