PHP Function List
variables.session doesn't exist. Closest matches:
- yaf_session
- apd_set_session
- xpath_eval_expression
- session_id
- variant
- variant_set
- cairosvgversion
- mb_convert_variables
- pspell_clear_session
- session_name
- curl_version
- rarexception
- pharfileinfo
- msession_set
- msession_get
- msession_inc
- cubrid_real_escape_string
- apd_set_session_trace
- array_intersect_assoc
- session_unset
Site Search Results
-
Description. An associative array containing session variables available to the current script. See the Session functions documentation for more information on how ...
-
session_register (PHP 4, PHP 5 < 5.4.0) session_register — Register one or more global variables with the current session
-
session_unregister — Unregister a global variable from the current session; session_unset — Free all session variables; session_write_close — Write session data and end ...
-
session_destroy() destroys all of the data associated with the current session. It does not unset any of the global variables associated with the session, or unset ...
-
Sessions. Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and ...
-
Caution. Do NOT unset the whole $_SESSION with unset($_SESSION) as this will disable the registering of session variables through the $_SESSION superglobal.
-
print_r() displays information about a variable in a way that's readable by humans. print_r(), var_dump() and var_export() will also show protected and private ...
-
session_unset — Free all session variables; session_write_close — Write session data and end session; SessionHandler — The SessionHandler class
-
This script has been running around for a while and has add many additions and changes, however I noticed that if you run it and there is an object assigned to a ...
-
I use HTTP_X_FORWARDED_FOR because my webserver is behind a reverse proxy. This can be made secure: Configure the reverse proxy to block this field, and override it ...

Other forms of search
To search the string "variables.session" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
