Merge branch 'master' of ssh://barant.com/git/JetCore

This commit is contained in:
Brad Arant 2025-05-22 09:26:03 -07:00
commit 94c8833f2a

View File

@ -13,8 +13,9 @@ namespace jet {
global.cgi = true;
if(keywordDefined("sessiondir")) {
global.cookies = getenv("HTTP_COOKIE");
global.session = true;
global.cookies = getenv("HTTP_COOKIE");
// if request_has_cookie then
// pull sessionfile from sessiondir.
// if last activity time is expired then ignore.