From db64c6bb68646e7fa47ca17ce44a285b11de3695 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 26 Apr 2011 19:14:35 +0000 Subject: [PATCH] clarify meaning of session name (doc #54608) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310527 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-name.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/session/functions/session-name.xml b/reference/session/functions/session-name.xml index c479cd8a40..280e51209f 100644 --- a/reference/session/functions/session-name.xml +++ b/reference/session/functions/session-name.xml @@ -35,7 +35,8 @@ name - The session name references the session id in cookies and URLs. It + The session name references the name of the session, which is + used in cookies and URLs (e.g. PHPSESSID). It should contain only alphanumeric characters; it should be short and descriptive (i.e. for users with enabled cookie warnings). If name is specified, the name of the current