Level 51
Does this help
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi everyone! I have problem with saving sessions. In my Laravel (v5.2.29) with configuration Redis for session, sessions are not persiting automatically. When I put session (eg. Session::put('test', 5);) I must run Session::save() too for save it. Why? Where is a problem?
Thanks!
Please or to participate in this conversation.