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.
Summer Sale! All accounts are 50% off this week.
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.