1. Does fat free framework automatically create a default session, even if you don't explicitly instantiate one via the built-in Session class?
2. How does the fat free session object allow us to manage php sessions? there seems to be a mismatch between methods in the Session class and php session functions
$f3->set('SESSION.var', $val); // same as $_SESSION['var'] = $val;