Seems to happen when one triggers too many pre-fetches in a few seconds. What could cause that? Default rate limiter?
Edited 1y ago
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