
Your library has been great so far, being very comprehensive and well documented. However, fSession and fAuthorization do not seem to work together for me. In the config file included by every page, when I set:
fSession::setPath('E:\\blah\\blah');
fSession::setLength('2 days');
fSession::ignoreSubdomain();
Then fAuthorization stops working across pages.
I noticed that every time I use my login script, two session files are created at E:
blah
blah, one of them blank and the other containing the authentication and session data which I need. Is this normal, or a sign of error that I am doing something wrong?