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: Sat, 07 Jan 2012

view this page in

session_status

(PHP >=5.4.0)

session_statusReturns the current session status

설명

int session_status ( void )

session_status() is used to return the current session status.

반환값

  • PHP_SESSION_DISABLED if sessions are disabled.
  • PHP_SESSION_NONE if sessions are enabled, but none exists.
  • PHP_SESSION_ACTIVE if sessions are enabled, and one exists.

참고



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

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