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
So, as I was told, saving a PDO object in the session does invoke that error. I used a workaround, I'm now setting up da connection for each request, instead of storing connections in the session.
Thanks for your help !