Make sure you have permissions in that folder set correctly.
Jan 10, 2020
9
Level 1
Session doesn't save nor persist
I seem to have a problem with sessions.
Each time I perform a POST request, it saves a new session file.
If I perform a GET request, it doesn't save or load any file, because when I do dd(session()->all()) it pops nothing but _token which surprisingly changes every time I refresh page.
Edit
Just checked locally, same result. When I redirect from method (POST) to home (GET, '/') - the $request is empty and so is, still the session.
Level 75
@jjk see this https://laracasts.com/discuss/channels/laravel/next-issue-fonts-and-images-arent-visible
The only modification I do to htaccess is add one line
RewriteEngine On
RewriteBase /yoursite.com/ <--- change to your site
Please or to participate in this conversation.
