You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on tiny project and noticed, that caching seems not working. Cache file is created, but later not found anymore.
Looking at Fat-Free Core source I noticed, that in function set() slashes and backshashes will be stripped, but not in exists() and neither clear(). That can lead to bug, when $key contains slashes/backslashes.