Closed fautore closed 2 months ago
An external cache is necessary if your backend runs in a distributed way, on more than one instance. Otherwise you can pass a normal JavaScript Map as documented.
what happens if my backend is distributed and i still use a js map?
One instance may initiate the session but the final redirect may end up on another instance, which does not have the session in cache. I'm closing the issue.
Hi all, basically what the title says, is a cache really necessary? can it be optional?