diff options
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/libraries/sessions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html index 312f71547..03d15f183 100644 --- a/user_guide/libraries/sessions.html +++ b/user_guide/libraries/sessions.html @@ -269,7 +269,7 @@ do not need to write your own routine to do it.</p> <tr>
<td class="td"><strong>sess_time_to_update</strong></td>
<td class="td">300</td>
- <td class="td">Time in milliseconds</td>
+ <td class="td">Time in seconds</td>
<td class="td">This options controls how often the session class will regenerate itself and create a new session id.</td>
</tr>
<tr>
|