Thanks for the comment.
The issue is that SESSION_DRIVER was set to array which does not persists the server side sessions.
SESSION_DRIVER
array
You can set it to file as the easiest solution.
file