In my cakephp app, I have some classes in lib folder, which I use and store the objects in session, but when I read the object back from session they are blank, I know this is because php does not know the class definition before session start.In cakephp how can I add an autoloader function or import my libs before session start?