5 ms·
The local storage is mainly for performance. It's to prevent a round-trip to the database to figure out the session again. The session id will be the same regar
by mcao 6y ago
The local storage is mainly for performance. It's to prevent a round-trip to the database to figure out the session again. The session id will be the same regardless and it can function without local storage. But I do see your point. I may consider removing it just to be safe.