I\'m currently working on a small CMS for my website and I\'m getting following error when calling session_start() :
Fatal error: Exception thrown withou
You cannot store resources (a PDO object is actually a resource) in a session. On reinitialisation this is broken and throws an exception 'outside' the scope of your PHP file.