From dc727f26dab81c6ae6d06aef6db966a991e2342b Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Mon, 22 Feb 2010 08:10:30 +0000 Subject: Merged /branches/3.1:r2773 into trunk --- framework/Web/THttpSession.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'framework/Web/THttpSession.php') diff --git a/framework/Web/THttpSession.php b/framework/Web/THttpSession.php index e9f815e5..bec4c126 100644 --- a/framework/Web/THttpSession.php +++ b/framework/Web/THttpSession.php @@ -14,8 +14,8 @@ * THttpSession class * * THttpSession provides session-level data management and the related configurations. - * To start the session, call {@open}; to complete and send out session data, call {@close}; - * to destroy the session, call {@destroy}. If AutoStart is true, then the session + * To start the session, call {@link open}; to complete and send out session data, call {@link close}; + * to destroy the session, call {@link destroy}. If AutoStart is true, then the session * will be started once the session module is loaded and initialized. * * To access data stored in session, use THttpSession like an associative array. For example, @@ -29,10 +29,10 @@ * * * The following configurations are available for session: - * {@link setAutoStart AutoStart}, {@link setCookie Cookie}, - * {@link setCacheLimiter, {@link setSavePath SavePath}, + * {@link setAutoStart AutoStart}, {@link setCookieMode CookieMode}, + * {@link setSavePath SavePath}, * {@link setUseCustomStorage UseCustomStorage}, {@link setGCProbability GCProbability}, - * {@link setCookieUsage CookieUsage}, {@link setTimeout Timeout}. + * {@link setTimeout Timeout}. * See the corresponding setter and getter documentation for more information. * Note, these properties must be set before the session is started. * @@ -54,7 +54,7 @@ * {@link getCookieMode CookieMode}, {@link getUseCustomStorage * UseCustomStorage}, {@link getAutoStart AutoStart}, {@link getGCProbability * GCProbability}, {@link getUseTransparentSessionID UseTransparentSessionID} - * and {@link getTimeOut TimeOut} are configurable properties of THttpSession. + * and {@link getTimeout TimeOut} are configurable properties of THttpSession. * * @author Qiang Xue * @version $Id$ -- cgit v1.2.3