diff options
author | Stolz <stolz@gsmlandia.com> | 2011-08-31 19:22:36 +0200 |
---|---|---|
committer | Stolz <stolz@gsmlandia.com> | 2011-08-31 19:22:36 +0200 |
commit | 9d9ab3ad2cba4d369cd5a10b5fe675b31cc66480 (patch) | |
tree | cf5d535520915d0cc46b835ea755dd5f95d246ad /user_guide/general | |
parent | d369077ac6cae25fa51c9840a466e54333300d0a (diff) |
Added missing profiler section (session_data)
Diffstat (limited to 'user_guide/general')
-rw-r--r-- | user_guide/general/profiling.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/general/profiling.html b/user_guide/general/profiling.html index 9895b0284..0993da5b4 100644 --- a/user_guide/general/profiling.html +++ b/user_guide/general/profiling.html @@ -155,6 +155,11 @@ This information can be useful during development in order to help with debuggin <td class="td">TRUE</td> </tr> <tr> + <td class="td"><strong>session_data</strong></td> + <td class="td">Data stored in current session</td> + <td class="td">TRUE</td> + </tr> + <tr> <td class="td"><strong>query_toggle_count</strong></td> <td class="td">The number of queries after which the query block will default to hidden.</td> <td class="td">25</td> |