
Hi
I dont know what I am doing wrong.
I first used fSession in a very basic way, but i had the PHP session locking issue : while opening a long-loading page in which the session is open, a fast-loading page is blocked. Some consider it is a PHP bug, but PHP devs do not.
Anyway, this is a problem to me, and this is a production server with no cache library installed. I then tried fCache directory backend to fSession as an alternative to PHP Sessions. Worked fine : almost same mecanism, without the locks ! Perfect.
Unfortunately, i just realized fSession is creating 10K session files EACH DAY in the cache directory :(
I have more or less 250 daily visitors.
What housekeeping process can i setup? Or maybe this session ID multiplication is not normal?
Any help greatly appreciated
Thanks