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. MODPATH/auth/classes/Kohana/Auth.php [ 58 ] » Kohana_Session::instance(arguments)

  4. MODPATH/auth/classes/Kohana/Auth.php [ 37 ] » Kohana_Auth->__construct(arguments)

  5. APPPATH/classes/Controller/Base.php [ 21 ] » Kohana_Auth::instance()

  6. APPPATH/classes/Controller/Product.php [ 8 ] » Controller_Base->before()

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

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

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

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

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

  12. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment