From 1e38fd9335f64049249a6eee15fcf0f686731f49 Mon Sep 17 00:00:00 2001 From: Lucee Docs GitHub Action Date: Wed, 19 Feb 2025 15:28:19 +0000 Subject: [PATCH] Update recipes index and README --- docs/recipes/README.md | 4 ++++ docs/recipes/index.json | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/docs/recipes/README.md b/docs/recipes/README.md index ae12207c9..abda9cb4b 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -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 `` 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. diff --git a/docs/recipes/index.json b/docs/recipes/index.json index ef0fccdaf..21a974d82 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -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",