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;