Could it just be a timing issue? The redis session driver doesn't currently feature locking so the next request could be reading the session before it's been updated with the user ID. The next release of phpredis will include locking so it may solve the issue (I know it will solve some of our issues).
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community