From 297dfcd2a4777d2f32fea04e83623e072435e428 Mon Sep 17 00:00:00 2001 From: John Coggeshall Date: Sat, 17 May 2003 18:58:00 +0000 Subject: [PATCH] Added a note to satisify #15110 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127503 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/configure.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/reference/session/configure.xml b/reference/session/configure.xml index 6b3dd99d3b..2fa03b93c8 100644 --- a/reference/session/configure.xml +++ b/reference/session/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -10,6 +10,15 @@ storage configure PHP . &windows.builtin; + + + By default, all data related to a particular session will be stored in + a file in the directory specified by the session.save_path INI option. + A file for each session (regardless of if any data is associated with + that session) will be created. If you would like to use another medium + to store session data, see the "Custom Session Handlers" section below. + +