From f945633b3ca20bea7c920576da068020db67aa2b Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 19 Jan 2009 12:37:57 +0000 Subject: [PATCH] Fixed bug#47147 session_id() list of allowed chars for file handler needs to be updated git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273844 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-id.xml | 29 ++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/reference/session/functions/session-id.xml b/reference/session/functions/session-id.xml index b229e08542..cd35d3b5e1 100644 --- a/reference/session/functions/session-id.xml +++ b/reference/session/functions/session-id.xml @@ -1,5 +1,5 @@ - + session_id @@ -36,7 +36,7 @@ session_start for that purpose. Depending on the session handler, not all characters are allowed within the session id. For example, the file session handler only allows characters in the - range a-z, A-Z and 0-9! + range a-z A-Z 0-9 , (comma) and - (minus)! @@ -61,6 +61,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.0.0 + + The , (comma) and - (minus) + characters are allowed in the file session handler. + + + + + + + + &reftitle.seealso;