Session_Exception [ 1 ]: Error reading session data.

SYSPATH/classes/Kohana/Session.php [ 324 ]

319 			}
320 		}
321 		catch (Exception $e)
322 		{
323 			// Error reading the session, usually a corrupt session.
324 			throw new Session_Exception('Error reading session data.', NULL, Session_Exception::SESSION_CORRUPT);
325 		}
326 
327 		if (is_array($data))
328 		{
329 			// Load the data locally
  1. SYSPATH/classes/Kohana/Session.php [ 125 ] » Kohana_Session->read(arguments)

  2. SYSPATH/classes/Kohana/Session.php [ 54 ] » Kohana_Session->__construct(arguments)

  3. APPPATH/classes/Controller/Common.php [ 20 ] » Kohana_Session::instance()

  4. SYSPATH/classes/Kohana/Controller.php [ 69 ] » Controller_Common->before()

  5. {PHP internal call} » Kohana_Controller->execute()

  6. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  7. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  8. SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute(arguments)

  9. DOCROOT/index.php [ 130 ] » Kohana_Request->execute()

Environment