From bf83da476f03450ec9538fdb23c01ce535009094 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 26 Feb 2023 11:21:26 +0900 Subject: [PATCH] Update directory.md --- doc/directory.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/directory.md b/doc/directory.md index d70005fd5..6f4ac0cf5 100644 --- a/doc/directory.md +++ b/doc/directory.md @@ -20,6 +20,8 @@ This directory has following structure: * /plugins * plugin.jar * /.installed (copied available plugins from the parent directory automatically) + * /sessions + * HTTP session data (when '--save_sessions' option is used in the standalone mode) * /tmp * /_upload * /SESSION_ID (removed at session timeout)