PHP Session Functions - Ma

Embed Size (px)

Citation preview

  • 8/10/2019 PHP Session Functions - Ma..

    1/21

    Last updated: Fri, 23 Jan 20 09

    Session Functions

    Table of Contents

    session_cache_expire Return current cache expire

    session_cache_limiter Get and/or set the current cache limiter

    session_commit Alias of session_write_closesession_decode Decodes session data from a string

    session_destroy Destroys all data registered to a session

    session_encode Encodes the current session data as a string

    session_get_cookie_params Get the session cookie parameters

    session_id Get and/or set the current session id

    session_is_registered Find out whether a global variable is registered in a session

    session_module_name Get and/or set the current session module

    session_name Get and/or set the current session name

    session_regenerate_id Update the current session id with a newly generated one

    session_register Register one or more global variables with the current session

    session_save_path Get and/or set the current session save path

    session_set_cookie_params Set the session cookie parameters

    session_set_save_handler Sets user-level session storage functions

    session_start Initialize session data

    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

    User Contributed Notes

    Session Functions

    LaurentT03-Dec-2008 05:51

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    1 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    2/21

    annbainbridge81_at_gmail_dot_com16-Nov-2008 02:03

    hinom - iMasters05-Jun-2008 12:00

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    1 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    3/21

    paul at shirron dot net05-May-2008 10:19

    Vextor04-Apr-2008 12:24

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    1 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    4/21

    session a emailaddress d cjb d net28-Mar-2008 03:33

    Csar07-Mar-2008 10:38

    Niko24-Feb-2008 05:07

    Anonymous18-Dec-2007 02:10

    carl /a/ suchideas /o/ com30-Sep-2007 12:45

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    1 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    5/21

    jsnell at e-normous dot com29-Aug-2007 04:58

    Nigel Barlass28-Jun-2007 09:07

    legolas558 d0t users dot sf dot net01-May-2007 11:45

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    1 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    6/21

    g_s_b

    27-Apr-2007 11:37

    skysama at googles_mail dot com17-Apr-2007 02:56

    Edemilson Lima 17-Apr-2007 09:17

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    1 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    7/21

    Marcin Wiazowski03-Apr-2007 04:11

    Marce!22-Dec-2006 03:20

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    1 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    8/21

    robin at amiance dot com26-Nov-2006 01:19

    nhap2409-Sep-2006 08:03

    greenthumb at 4point-webdesign dot de01-Sep-2006 02:56

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    1 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    9/21

    rehevkor5 at fastmail dot fm25-May-2006 02:34

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    1 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    10/21

    php AT coryforsyth [removeme] d0t com08-May-2006 10:14

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    11/21

    brady at volchok dot com17-Apr-2006 03:15

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    12/21

    Cosmo01-Apr-2006 07:47

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    13/21

    crown2gain at yahoo dot com01-Mar-2006 01:19

    a l bell at hutchison dot com dot au28-Feb-2006 06:17

    kintar at infinities-within dot net28-Feb-2006 12:10

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    14/21

    hans at nieser dot net14-Feb-2006 10:15

    just_somedood at yahoo dot com01-Feb-2006 12:31

    jerry dot walsh at gmail dot com24-Jan-2006 09:56

    jazfresh at hotmail dot com19-Dec-2005 09:55

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    15/21

    Bram19-Nov-2005 11:39

    Lachlan Hunt10-Nov-2005 09:10

    christopher dot klein at ecw dot de24-Oct-2005 02:26

    akoma at t3 dot rim dot or dot jp19-Sep-2005 06:50

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    16/21

    fasteddie at byu dot edu not_this_part16-Aug-2005 11:43

    artistan at cableone dot net09-Aug-2005 01:29

    Christian Boltz 28-Jul-2005 07:33

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    17/21

    d43m0n at shaw dot ca18-Jul-2005 04:19

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    18/21

    nigelf at esp dot co dot uk16-Jun-2005 07:52

    Richard [at] postamble [dot] [co] [uk]13-Jun-2005 10:44

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    19/21

    trev at beammeupnowplease dot com03-Jan-2005 11:09

    Michael Wells22-Nov-2004 12:04

    Dopey03-Sep-2004 02:06

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    20/21

    schulze at telstra dot com dot not dot this dot bit06-Jun-2004 07:10

    Afternoon04-May-2004 03:28

    pautzomat at web dot de19-Nov-2003 03:05

    ricmarques at spamcop dot net15-Oct-2000 08:16

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p

    21 1/23/2009 8

  • 8/10/2019 PHP Session Functions - Ma..

    21/21

    shanemayer42 at yahoo dot com19-Aug-2000 10:11

    Copyright 2001-2009 The PHP GroupAll rights reserved.

    Session Functions - Manual http://ca3.php.net/manual/en/ref.session.p