Module iron_sessionstorage_0_6::backends [] [src]

You can choose between multiple backends to store your session data. The easiest to manage is SignedCookieBackend. You need to compile with the redis-backend feature to use the Redis backend.

Structs

SignedCookieBackend

Use signed cookies as session storage. See http://lucumr.pocoo.org/2013/11/17/my-favorite-database/ for an introduction to this concept.