mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-08 21:06:07 +01:00
set max-age default value
This commit is contained in:
parent
ac93ee7cdb
commit
0e2a4a97fd
@ -83,7 +83,7 @@ impl RedisSessionBackend {
|
|||||||
path: "/".to_owned(),
|
path: "/".to_owned(),
|
||||||
domain: None,
|
domain: None,
|
||||||
secure: false,
|
secure: false,
|
||||||
max_age: None,
|
max_age: Some(Duration::days(7)),
|
||||||
same_site: None,
|
same_site: None,
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user