diff options
author | xue <> | 2007-09-26 13:22:02 +0000 |
---|---|---|
committer | xue <> | 2007-09-26 13:22:02 +0000 |
commit | bfa3fcd52b72275a04e2241f4de88ac389ac2d28 (patch) | |
tree | a335ee50fa30cf7db0e8d26b9fb6e7f5a2a30036 | |
parent | cb62a8b25b67f4c23148efe5d9e93278651d1901 (diff) |
doc fix.
-rw-r--r-- | demos/quickstart/protected/pages/Advanced/Auth.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Advanced/Auth.page b/demos/quickstart/protected/pages/Advanced/Auth.page index e0cbcaef..c5a18f79 100644 --- a/demos/quickstart/protected/pages/Advanced/Auth.page +++ b/demos/quickstart/protected/pages/Advanced/Auth.page @@ -126,7 +126,7 @@ The user class has to implement the two abstract methods in <tt>TDbUser</tt>: <t </p>
<com:SinceVersion Version="3.1.1" />
<p id="720567" class="block-content">
-Since 3.1.1, <tt>TAuthManager</tt> provides support to allow remembering login. Accordingly, <tt>TDbUser</tt> adds two methods to facilitate the implementation of this feature. In particular, two new methods are introduced: <tt>createUserFromCookie()</tt> and <tt>saveUserToCookie()</tt>. Developers should implement these two methods if remembering login is needed. Below is a sample implementation:
+Since 3.1.1, <tt>TAuthManager</tt> provides support to allow remembering login by setting <tt>AllowAutoLogin</tt> to true. Accordingly, <tt>TDbUser</tt> adds two methods to facilitate the implementation of this feature. In particular, two new methods are introduced: <tt>createUserFromCookie()</tt> and <tt>saveUserToCookie()</tt>. Developers should implement these two methods if remembering login is needed. Below is a sample implementation:
</p>
<com:TTextHighlighter Language="php" CssClass="source block-content" id="code5">
public function createUserFromCookie($cookie)
|