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
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
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.