Join Up!
104887 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previoussession_encodesession_idnext
Last updated: Mon, 28 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Spanish

session_get_cookie_params

(PHP 4 )

session_get_cookie_params --  Liefert die Session-Cookie Parameter

Beschreibung

array session_get_cookie_params ( void)

Die Funktion session_get_cookie_params() gibt ein Array mit der Information des aktuellen Session-Cookies zurück. Das Array enthält folgende Elemente:

  • "lifetime" - Die Lebensdauer des Cookies.

  • "path" - Der Pfad, unter dem Informationen gespeichert sind.

  • "domain" - Die Domain des Cookies.

  • "secure" - Das Cookie soll nur über sichere Verbindungen gesendet werden. (Dieses Element wurde in PHP 4.0.4 hinzugefügt.)

User Contributed Notes
session_get_cookie_params
add a note about notes
There are no user contributed notes for this page.
previoussession_encodesession_idnext
Last updated: Mon, 28 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST