Support the ongoing development of Laravel.io →
posted 9 years ago
Session
Last updated 1 year ago.
0

As far as i know, assuming you don't use any of the authentication stuff laravel provides, the only thing laravel might store thats of any importance is "flash data". So if you do anything like:

Redirect::to('xxxx')->withErrors($errors)

then laravel will store the "flash data" in session, and pull it back out of the session for access after the redirect. If you have avoided using that feature, then your fine.

Don't forget that laravel includes drivers for redis/memcache if you do need to add sessions to your stack.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

mahenn mahenn Joined 5 Aug 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.