From c2b0b3123d351e1ec96203eb099e35c6d5c6bdc9 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 19 Nov 2005 00:48:42 +0000 Subject: --- framework/Web/THttpSession.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/framework/Web/THttpSession.php b/framework/Web/THttpSession.php index f9aed384..5afcfb7a 100644 --- a/framework/Web/THttpSession.php +++ b/framework/Web/THttpSession.php @@ -39,6 +39,16 @@ * By default, THttpSession is registered with {@link TApplication} as the * request module. It can be accessed via {@link TApplication::getSession()}. * + * THttpSession may be configured in application configuration file as follows, + * + * where {@link getSessionName SessionName}, {@link getSavePath SavePath}, + * {@link getCookieMode CookieMode}, {@link getStorage Storage}, + * {@link getAutoStart AutoStart}, {@link getGCProbability GCProbability}, + * {@link getUseTransparentSessionID UseTransparentSessionID} and + * {@link getTimeOut TimeOut} are configurable properties of THttpSession. + * * @author Qiang Xue * @version $Revision: $ $Date: $ * @package System.Web -- cgit v1.2.3