summaryrefslogtreecommitdiff
path: root/tests/session/PHPSESSID_max_id_length_ok.phpt
blob: 2673d085ed7aee96439592f1f781d7ec9d92a6ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
PHPSESSID session id not too long
--SKIPIF--
<?php include "../skipifcli.inc"; ?>
--INI--
suhosin.session.max_id_length=32
session.hash_bits_per_character=4
--COOKIE--
PHPSESSID=12345678901234567890123456789012;
--FILE--
<?php
session_start();
echo session_id();
?>
--EXPECTF--
12345678901234567890123456789012