Skip to content

Commit 78f8646

Browse files
committed
add troubleshooting section to the session handing recipe
1 parent fefd714 commit 78f8646

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/recipes/session-handling.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,10 @@ Best practices for session handling:
308308
5. Set appropriate timeout values based on your application's requirements
309309
6. Avoid storing components in the session scope, store simple values
310310
311-
Since Lucee 6.2, empty sessions are only kept for up to a minute, independent of the storage used, to optimize resource usage.
311+
Since Lucee 6.2, empty sessions are only kept for up to a minute, independent of the storage used, to optimize resource usage.
312+
313+
# Troubleshooting Sessions
314+
315+
Lucee has a `scope.log` which when set to **DEBUG** (default is ERROR) logs out very detailed information about session handling.
316+
317+
See [[troubleshooting]] for how to run Luceee interactively with logging to the console.

0 commit comments

Comments
 (0)