Seeing an interesting issue with #symfony when using Turbo and it pre-fetches pages.
After a few fetches, it does just kill the current user session. Anyone seen something like this? Quite confused here. Send help 😄
Seeing an interesting issue with #symfony when using Turbo and it pre-fetches pages.
After a few fetches, it does just kill the current user session. Anyone seen something like this? Quite confused here. Send help 😄
Seems to happen when one triggers too many pre-fetches in a few seconds. What could cause that? Default rate limiter?
Befuddled. No rate limits, just session forcefully logged out. Do 20 requests in fast succession, #symfony suddenly invalidates the session token.
@danielsreichenbach Sounds like it could be session locking - there is some mention of it on https://symfony.com/doc/current/session.html and elsewhere online. There's no easy way to fix it, and keep the lock (problems happen without it), but you could try to avoid changing anything in the session if you possibly can