diff --git a/reference/session/functions/session-id.xml b/reference/session/functions/session-id.xml index 759d81b226..2b5994148a 100644 --- a/reference/session/functions/session-id.xml +++ b/reference/session/functions/session-id.xml @@ -1,5 +1,5 @@ - + @@ -24,6 +24,13 @@ For example, the file session handler only allows characters in the range a-z, A-Z and 0-9! + + + When using session cookies, session_id will always + send a new cookie when session_start is called, + regardless if the current session id is identical to the one being set. + + The constant SID can also be used to retrieve the current name and session id as a string suitable for