What session engine are you using? If you are using the default, is it possible you are exceeding the size limit? This happens to me occasionally because a laravel class dumped into a session variable can be very large - you can test it by creating a simple object or string and seeing if it prints that out.
dyyylan said:
What session engine are you using? If you are using the default, is it possible you are exceeding the size limit? This happens to me occasionally because a laravel class dumped into a session variable can be very large - you can test it by creating a simple object or string and seeing if it prints that out.
Im using a database session driver, so i don't think that's the problem.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community