php man page for _session

Query: _session

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

_SESSION(3)								 1							       _SESSION(3)

$_SESSION - Session variables

	An associative array containing session variables available to the current script. See the Session functions documentation for more infor-
       mation on how this is used.

       $HTTP_SESSION_VARS contains the same initial information, but is not a superglobal. (Note that $HTTP_SESSION_VARS and $_SESSION are differ-
       ent variables and that PHP handles them as such)

       +--------+---------------------------------------------------+
       |Version |						    |
       |	|						    |
       |	|		     Description		    |
       |	|						    |
       +--------+---------------------------------------------------+
       | 4.1.0	|						    |
       |	|						    |
       |	|  Introduced  $_SESSION that deprecated $HTTP_SES- |
       |	| SION_VARS.					    |
       |	|						    |
       +--------+---------------------------------------------------+
       Note

	      This is a 'superglobal', or automatic global, variable. This simply means that it is available in all scopes  throughout	a  script.
	      There is no need to do global $variable; to access it within functions or methods.

       session_start(3).

PHP Documentation Group 													       _SESSION(3)
Related Man Pages
session_regenerate_id(3) - php
session_destroy(3) - php
session_id(3) - php
sessionhandlerinterface(3) - php
_request(3) - php
Similar Topics in the Unix Linux Community
changing the telnet banner
How do I establish a remote CDE or JDS session on Solaris 10?
log session
Help with executing parallel sessions for same shell script with different but fixed parameters
Ending user sessions which have been on a program for longer than 1 hour