v0.6.0
版本发布时间: 2019-07-11 17:05:16
actix/actix-redis最新发布版本:v0.8.0(2019-12-21 00:13:22)
Changes
-
actix-web 1.0.0 compatibility
-
Upgraded logic that evaluates session state, including new SessionStatus field, and introduced
session.renew()
andsession.purge()
functionality. Userenew()
to cycle the session key at successful login.renew()
keeps a session's state while replacing the old cookie and session key with new ones. Usepurge()
at logout to invalidate the session cookie and remove the session's redis cache entry.