From b2ae8a983df9a360e63f4283bc43fa06da54469c Mon Sep 17 00:00:00 2001 From: Drak Date: Wed, 29 Feb 2012 06:09:12 +0000 Subject: [PATCH] [session] Added more formatting. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323653 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/examples.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/session/examples.xml b/reference/session/examples.xml index 3536f43d81..d808f142cf 100644 --- a/reference/session/examples.xml +++ b/reference/session/examples.xml @@ -248,8 +248,9 @@ here. The callbacks specified in session_set_save_handler are methods called by PHP during the life-cycle of a session: open, read, - write and close and for the housekeeping tasks of deleting - stored sessions and periodic garbage collection. + write and close and for the housekeeping tasks: + destroy for deleting a session and gc for periodic garbage + collection. Therefor, PHP always requires session save handlers. The default is usually the