
Hello there,
I don't know what I'm doing wrong, but the first time I reload my page it creates a bunch of fSession files and for each reload one more. The strange thing is, that on my offline server (MAMP on OS X) it works just fine...!(?)
I just call on every page the fSession::open() method and correctly set the session length to '1 day' and the session path to a writable directory. The same on my offline server works just fine, only the remote server (linux) creates lots of files! each different with different content! e.g: fSession::type|s:6:"normal";fSession::expires|i:1316806650;
Has anyone an idea what could be the problem?
thanks TGB