Merge branch 'master' of ssh://barant.com/git/JetCore
This commit is contained in:
commit
94c8833f2a
@ -13,8 +13,9 @@ namespace jet {
|
|||||||
global.cgi = true;
|
global.cgi = true;
|
||||||
|
|
||||||
if(keywordDefined("sessiondir")) {
|
if(keywordDefined("sessiondir")) {
|
||||||
global.cookies = getenv("HTTP_COOKIE");
|
|
||||||
global.session = true;
|
global.session = true;
|
||||||
|
global.cookies = getenv("HTTP_COOKIE");
|
||||||
|
|
||||||
// if request_has_cookie then
|
// if request_has_cookie then
|
||||||
// pull sessionfile from sessiondir.
|
// pull sessionfile from sessiondir.
|
||||||
// if last activity time is expired then ignore.
|
// if last activity time is expired then ignore.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user