@@ -31,36 +31,36 @@ private static function getInstance()
3131 /**
3232 * Starts the session.
3333 *
34- * List of available $options with their default values.
34+ * List of available $options with their default values:
3535 *
36- * @see https://php.net/session.configuration
36+ * * cache_expire: "180"
37+ * * cache_limiter: "nocache"
38+ * * cookie_domain: ""
39+ * * cookie_httponly: "0"
40+ * * cookie_lifetime: "0"
41+ * * cookie_path: "/"
42+ * * cookie_samesite: ""
43+ * * cookie_secure: "0"
44+ * * gc_divisor: "100"
45+ * * gc_maxlifetime: "1440"
46+ * * gc_probability: "1"
47+ * * lazy_write: "1"
48+ * * name: "PHPSESSID"
49+ * * read_and_close: "0"
50+ * * referer_check: ""
51+ * * save_handler: "files"
52+ * * save_path: ""
53+ * * serialize_handler: "php"
54+ * * sid_bits_per_character: "4"
55+ * * sid_length: "32"
56+ * * trans_sid_hosts: $_SERVER['HTTP_HOST']
57+ * * trans_sid_tags: "a=href,area=href,frame=src,form="
58+ * * use_cookies: "1"
59+ * * use_only_cookies: "1"
60+ * * use_strict_mode: "0"
61+ * * use_trans_sid: "0"
3762 *
38- * cache_expire: "180",
39- * cache_limiter: "nocache",
40- * cookie_domain: "",
41- * cookie_httponly: "0",
42- * cookie_lifetime: "0",
43- * cookie_path: "/",
44- * cookie_samesite: "",
45- * cookie_secure: "0",
46- * gc_divisor: "100",
47- * gc_maxlifetime: "1440",
48- * gc_probability: "1",
49- * lazy_write: "1",
50- * name: "PHPSESSID",
51- * read_and_close: "0",
52- * referer_check: "",
53- * save_handler: "files",
54- * save_path: "",
55- * serialize_handler: "php",
56- * sid_bits_per_character: "4",
57- * sid_length: "32",
58- * trans_sid_hosts: $_SERVER['HTTP_HOST'],
59- * trans_sid_tags: "a=href,area=href,frame=src,form=",
60- * use_cookies: "1",
61- * use_only_cookies: "1",
62- * use_strict_mode: "0",
63- * use_trans_sid: "0".
63+ * @see https://php.net/session.configuration
6464 *
6565 * @throws SessionException if headers already sent
6666 * @throws SessionException if session already started
0 commit comments