Skip to content

Commit c03bbb2

Browse files
committed
improve session handling recipe
1 parent c89cb73 commit c03bbb2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/recipes/session-handling.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,13 @@ Since Lucee 6.1, Lucee only accepts the key in the URL in case it has active ses
192192
So in case you are using a storage (not "memory"), this is only up to a minute.
193193
194194
Since Lucee 6.1 you can completely block the use of CFID in the url by setting the following system property
195-
``` -Dlucee.read.cfid.from.url=false```
195+
```properties
196+
-Dlucee.read.cfid.from.url=false
197+
```
196198
or environment variable
197-
``` LUCEE_READ_CFID_FROM_URL=false```
199+
```bash
200+
LUCEE_READ_CFID_FROM_URL=false
201+
```
198202
199203
## Best Practices
200204

0 commit comments

Comments
 (0)