downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

session_unregister> <session_start
[edit] Last updated: Fri, 25 May 2012

view this page in

session_status

(PHP >=5.4.0)

session_statusDevuelve el estado de la sesión actual

Descripción

int session_status ( void )

session_status() se usa para devolver el estado de la sesión actual

Valores devueltos

  • PHP_SESSION_DISABLED si las sesiones están deshabilitadas.
  • PHP_SESSION_NONE si las sesiones están habilidatas, pero no existe ninguna.
  • PHP_SESSION_ACTIVE si las sesiones están habilidatas, y existe una.

Ver también



add a note add a note User Contributed Notes session_status
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites