anyone?
Not to use Session for unregistered visitors
Hi, I noticed that for every visitors(registered & unregistered) are generating a session file @ storage/framework/session directory.
I was wondering if there's a way to not to use session for unregistered visitors? Coz for a heavy traffic website(specially visitors from search engine results are generating a session file), this will affect server performance.
Is it possible not to use session on unregistered visitors? Any help is highly appreciated.
Sincerely, StocksPH
I have found a solution located @ http://www.answers.ph/217/how-to-disable-session-on-unregistered-visitors-in-laravel-5-3/
You can use it even on login/logout links.
Only use when needed on routes that dont need sessions. Very useful on api's and search engines visiting your site.
Please or to participate in this conversation.