Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What makes the name confusing at this point is that, in practice, you might use this to actually divert the logout storage operations to a heavieroption like a memcache or database service because they have to be visible across a cluster for logout to be useful, whereas the standard session store might just be left local and in-memory. The name essentially refers more to the fact that the logout-related operations will be less frequent.

...