diff options
author | Sascha Schumann <sas@php.net> | 1999-10-22 08:10:08 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-10-22 08:10:08 +0000 |
commit | 23882d31c4bbca2e545c9895fb4d1d1268fd957d (patch) | |
tree | 733e9bc0b47528cbdc90f17f25bb9ec8aa463ab1 /php.ini-dist | |
parent | 3e307aacc49af00232cbf37f154aa30ce8c70aad (diff) | |
download | php-git-23882d31c4bbca2e545c9895fb4d1d1268fd957d.tar.gz |
Add session.use_cookies option
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 896e9b24bc..ad62399820 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -273,6 +273,7 @@ session.save_handler = files ; handler used to store/retrieve data session.save_path = /tmp ; argument passed to save_handler ; in the case of files, this is the ; path where data files are stored +session.use_cookies = 1 ; whether to use cookies session.name = PHPSESSID ; name of the session ; is used as cookie name session.auto_start = 0 ; initialize session on request startup |