mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
Use branch agnostic link (#559)
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
parent
db5f00e771
commit
ec919b2424
@ -1,7 +1,7 @@
|
||||
//! Example of cookie based session
|
||||
//! Session data is stored in cookie, it is limited to 4kb
|
||||
//!
|
||||
//! [Redis session example](https://github.com/actix/examples/tree/master/redis-session)
|
||||
//! [Redis session example](https://github.com/actix/examples/tree/HEAD/auth/redis-session)
|
||||
//!
|
||||
//! [User guide](https://actix.rs/docs/middleware/#user-sessions)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user