diff options
author | Greg Aker <greg@gregaker.net> | 2011-09-01 03:03:34 +0200 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-09-01 03:03:34 +0200 |
commit | 221d7ee9e683237c3b344290cfa8b5813d2c0f7c (patch) | |
tree | e17db82c7b8e2a44199fd04f72b57c4359d424a4 /user_guide/general/profiling.html | |
parent | 375c643184fb5cb02a7b0c76ea189d5255e0fa5b (diff) | |
parent | 9d9ab3ad2cba4d369cd5a10b5fe675b31cc66480 (diff) |
Merge pull request #361 from Stolz/master
session_data profiler sections is missing from user guide
Diffstat (limited to 'user_guide/general/profiling.html')
-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> |