Skip to content

Commit

Permalink
Update recipes index and README
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 19, 2025
1 parent 9be6b3b commit 1e38fd9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ Guide on configuring and interacting with specific S3 regions in Lucee using the

Learn about script templates in Lucee. This guide explains how Lucee supports templates with the `.cfs` extension, allowing you to write direct script code without the need for the `<cfscript>` tag.

## [Session Handling](/docs/recipes/session-handling.md)

Comprehensive guide on session handling and configuration in Lucee, including session types, storage options, and security considerations.

## [Single Mode vs Multi Mode in Lucee](/docs/recipes/single-vs-multi-mode.md)

Understanding the differences between single mode and multi mode in Lucee.
Expand Down
16 changes: 16 additions & 0 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,22 @@
"cfs"
]
},
{
"file": "session-handling.md",
"title": "Session Handling",
"path": "/docs/recipes/session-handling.md",
"hash": "4934c8c7fa5f64b780c7c49a8791e59c",
"keywords": [
"Session Management",
"CFML Sessions",
"JEE Sessions",
"Session Storage",
"Session Security",
"Session Timeout",
"Session Clustering",
"State Management"
]
},
{
"file": "single-vs-multi-mode.md",
"title": "Single Mode vs Multi Mode in Lucee",
Expand Down

0 comments on commit 1e38fd9

Please sign in to comment.