Error accessing project on laravel4

0

I'm getting an error accessing the project on laravel4. It was working, but when I rebooted my computer and tried to log in again. I get the following error:

  

ErrorException
      unserialize (): Error at offset 0 of 197 bytes

    
asked by anonymous 01.05.2014 / 15:55

1 answer

0

I've had a similar error, when I tried to access the application after changing the "key" in the settings.

That's why every project I start, generates the "key", and in the file "app / config / session.php" I change the "cookie" key to "onomedoprojeto_session".

I hope I have helped.

    
03.05.2014 / 20:41