cloudlog/install
Peter Goodhall a1bc0f415e Use per-install temp dir for session files
Replace hardcoded '/tmp' sess_save_path with a dynamically generated temp directory based on sys_get_temp_dir() and a hash of the installation path (realpath(FCPATH)). Create the directory with 0700 permissions if it does not exist. Changes applied to application/config/config.sample.php and install/config/config.php to avoid shared /tmp collisions and improve session isolation/security.
2026-06-06 10:29:41 +01:00
..
assets Install: Create auto-increment, fix semicolon, fixes #2443 2023-08-28 17:27:37 +02:00
config Use per-install temp dir for session files 2026-06-06 10:29:41 +01:00
includes Per-install encryption key and session checks 2026-06-06 10:25:45 +01:00
index.php end to end testing 2024-04-05 15:36:16 -05:00