_session(3) php man page | unix.com

Man Page: _session

Operating Environment: php

Section: 3

_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
sessionhandlerinterface.read(3) - php
sessionhandlerinterface(3) - php
superglobals(3) - php
_env(3) - php
session_set_save_handler(3) - php
Similar Topics in the Unix Linux Community
Restricting Multiple loggin sessions
Inactive Session
Help with executing parallel sessions for same shell script with different but fixed parameters
Find sessionids after match
Running a script on remote server kills my login session