File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
reference/session/functions Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4040 If <parameter >prefix</parameter > is specified, new session id
4141 is prefixed by <parameter >prefix</parameter >. Not all
4242 characters are allowed within the session id. Characters in
43- the range <literal >a-z A-Z 0-9 , (comma) and -
44- (minus)</literal > are allowed. Maximum length is 256 characters.
43+ the range <literal >[a-zA-Z0-9,-]</literal > are allowed. Maximum length is 256 characters.
4544 </para >
4645 </listitem >
4746 </varlistentry >
Original file line number Diff line number Diff line change 3636 <function >session_start</function > for that purpose. Depending on the
3737 session handler, not all characters are allowed within the session id.
3838 For example, the file session handler only allows characters in the
39- range <literal >a-z A-Z 0-9 , (comma) and - (minus) </literal >!
39+ range <literal >[a-zA-Z0-9,-] </literal >!
4040 </para >
4141 <note >
4242 <simpara >
You can’t perform that action at this time.
0 commit comments