Cache config problem.

#1
Hello im using codeigniter 3 with cyberpanel/ols
The problem is i get logged in to website even i didn’t and user accounts mix in.
Heres my configs:
storagePath $SERVER_ROOT/cachedata
checkPrivateCache 1
checkPublicCache 1
maxCacheObjSize 10000000
maxStaleAge 0
qsCache 1
reqCookieCache 1
respCookieCache 1
ignoreReqCacheCtrl 1
ignoreRespCacheCtrl 0

enableCache 1
expireInSeconds 3600
enablePrivateCache 0
privateExpireInSeconds 3600
 
Top