Home
last modified time | relevance | path

Searched refs:session (Results 226 – 250 of 322) sorted by relevance

12345678910>>...13

/PHP-7.1/ext/session/tests/
H A Dsession_gc_basic.phpt13 * Source code : ext/session/session.c
H A Dbug63379.phpt4 session.save_handler=files
5 session.name=PHPSESSID
H A Dbug63379_nodestroy.phpt4 session.save_handler=files
5 session.name=PHPSESSID
H A D005.phpt6 session.use_cookies=0
7 session.use_strict_mode=0
8 session.cache_limiter=
9 session.name=PHPSESSID
10 session.serialize_handler=php
H A D025.phpt6 session.use_cookies=0
7 session.use_strict_mode=0
8 session.cache_limiter=
9 session.name=PHPSESSID
10 session.serialize_handler=php
H A Dsession_decode_basic_serialize.phpt12 * Description : Decodes session data from a string
13 * Source code : ext/session/session.c
83 ini_set('session.serialize_handler', 'php_serialize');
H A Dsession_id_error.phpt12 * Description : Get and/or set the current session id
13 * Source code : ext/session/session.c
H A Dsession_unset_error.phpt12 * Description : Free all session variables
13 * Source code : ext/session/session.c
H A Dsession_decode_variation1.phpt12 * Description : Decodes session data from a string
13 * Source code : ext/session/session.c
H A Dbug72562.phpt8 ini_set('session.serialize_handler', 'php_binary');
39 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%ebug72…
H A Dsession_cache_limiter_basic.phpt13 * Source code : ext/session/session.c
H A Dsession_decode_error.phpt12 * Description : Decodes session data from a string
13 * Source code : ext/session/session.c
H A Dsession_encode_basic.phpt14 * Description : Encodes the current session data as a string
15 * Source code : ext/session/session.c
H A D002.phpt2 session_unset() without a initialized session
H A Dsession_decode_basic.phpt12 * Description : Decodes session data from a string
13 * Source code : ext/session/session.c
H A Dbug66827.phpt2 Bug #66827: Session raises E_NOTICE when session name variable is array.
H A Dsession_basic3.phpt4 session.use_strict_mode=0
5 session.use_only_cookies=0
6 session.use_trans_sid=1
7 session.save_handler=files
9 session.hash_function=0
10 session.gc_probability=1
11 session.gc_divisor=1000
12 session.gc_maxlifetime=300
13 session.save_path=
14 session.name=PHPSESSID
[all …]
/PHP-7.1/ext/standard/tests/general_functions/
H A Doutput_add_rewrite_var_basic1.phpt4 <?php if (!extension_loaded("session")) die("skip session support is not available"); ?>
6 session.trans_sid_tags="a=href,area=href,frame=src,form="
13 ini_set('session.trans_sid_hosts', 'php.net,www.php.net');
14 ini_set('session.use_only_cookies', 0);
15 ini_set('session.use_cookies', 0);
16 ini_set('session.use_strict_mode', 0);
21 Without session
37 ini_set('session.use_trans_sid', 0);
58 ini_set('session.use_trans_sid', 1);
78 Without session
H A Doutput_add_rewrite_var_basic2.phpt4 <?php if (!extension_loaded("session")) die("skip session support is not available"); ?>
6 session.trans_sid_tags="a=href,area=href,frame=src,form="
13 ini_set('session.trans_sid_hosts', 'php.net,www.php.net');
14 ini_set('session.use_only_cookies', 1);
15 ini_set('session.use_cookies', 1);
16 ini_set('session.use_strict_mode', 0);
21 Without session
37 ini_set('session.use_trans_sid', 0);
58 ini_set('session.use_trans_sid', 1);
78 Without session
/PHP-7.1/
H A Dphp.ini-development141 ; session.gc_divisor
1376 ; Strict session mode does not accept uninitialized session ID and regenerate
1377 ; session ID if browser sends uninitialized session ID. Strict mode protects
1378 ; applications from session fixation via session adoption vulnerability. It is
1385 session.use_cookies = 1
1403 session.auto_start = 0
1411 session.cookie_path = /
1415 session.cookie_domain =
1468 session.referer_check =
1498 session.sid_length = 26
[all …]
H A Dphp.ini-production141 ; session.gc_divisor
1376 ; Strict session mode does not accept uninitialized session ID and regenerate
1377 ; session ID if browser sends uninitialized session ID. Strict mode protects
1378 ; applications from session fixation via session adoption vulnerability. It is
1385 session.use_cookies = 1
1403 session.auto_start = 0
1411 session.cookie_path = /
1415 session.cookie_domain =
1468 session.referer_check =
1498 session.sid_length = 26
[all …]
H A DUPGRADING69 . Use session.trans_sid_tags and session.trans_sid_hosts to control
70 session rewrite.
119 . session.hash_function
120 . session.hash_bits_per_character
121 . session.entropy_file
122 . session.entropy_length
124 . session.sid_length (Number of session ID characters - 22 to 256.
142 it failed to start session.
248 were called in in the current session.
279 https://wiki.php.net/rfc/session-gc
[all …]
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug70219.phpt2 Bug #70219 Use after free vulnerability in session deserializer
30 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
/PHP-7.1/ext/soap/tests/
H A Dserver009.phpt6 if (!extension_loaded('session')) {
7 die('skip this test needs session extension');
11 session.auto_start=1
12 session.save_handler=files
/PHP-7.1/ext/session/
H A Dmod_files.bat11 ECHO Where ^<basedir^> is the session directory
12 ECHO ^<depth^> is the number of levels defined in session.save_path
13 ECHO ^[hash_bits^] is the number of bits defined in session.hash_bits_per_character

Completed in 52 milliseconds

12345678910>>...13