[ad_1]
I’m using LaravelShoppingCart Package to store cart data in session (for all users) and in the database (for logged-in users).
I’m restoring the database data after the succession of the login and storing it in the session.
The problem is when the session timeout is reached, the session data goes away.
How can I restore the data again from the database with new session initialization?
[ad_2]