mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-28 15:57:47 +02:00
simplify CookieSessionBackend; expose max_age cookie setting
This commit is contained in:
@@ -19,7 +19,7 @@ pub use self::defaultheaders::DefaultHeaders;
|
||||
|
||||
#[cfg(feature = "session")]
|
||||
pub use self::session::{RequestSession, Session, SessionImpl, SessionBackend, SessionStorage,
|
||||
CookieSessionError, CookieSessionBackend, CookieSessionBackendBuilder};
|
||||
CookieSessionError, CookieSessionBackend};
|
||||
|
||||
/// Middleware start result
|
||||
pub enum Started {
|
||||
|
||||
Reference in New Issue
Block a user