May 2, 2017
0
Level 15
Detect new session
What's the best way to detect that I have a new session?
Currently doing the following.
$isNewSession = request()->cookie(session()->getName()) === null;
Please or to participate in this conversation.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
What's the best way to detect that I have a new session?
Currently doing the following.
$isNewSession = request()->cookie(session()->getName()) === null;
Please or to participate in this conversation.