H
H
hortuk2017-08-07 17:52:15
Laravel
hortuk, 2017-08-07 17:52:15

Is it normal practice to initialize the session on the first visit to the site page?

We decided to partially migrate the legacy project to laravel, and in the process I came across the fact that laravel always initializes the session to store validation errors, etc. Even for an unauthorized user. So the question is, how common is this for web applications that run in sessions? Do other frameworks handle sessions similarly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Aksentiev, 2017-08-07
@hortuk

Well, if one of the world's most popular frameworks does this out of the box, do you think it's generally accepted?
In most cases, this is not a problem.
There are rare exceptions when sessions are not needed, then you can disable them.
Even rarer cases are when sessions lie on the disk and work for all visitors - then with a (very) large number of visitors, there may be problems with the disk, or rather the brakes of the disk.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question