From ca2cb6a87039c8001f73d82c91e6b7c8a21bc8de Mon Sep 17 00:00:00 2001
From: robjtede App
:
The session state can be accessed and modified by your request handlers using the Session
-extractor.
use actix_web::Error;
use actix_session::Session;
diff --git a/settings.html b/settings.html
index 52c8bb493..b3c31e83e 100644
--- a/settings.html
+++ b/settings.html
@@ -1 +1,3 @@
-Rustdoc settings Rustdoc settings
Back
\ No newline at end of file
+Rustdoc settings
\ No newline at end of file
diff --git a/src/actix_session/lib.rs.html b/src/actix_session/lib.rs.html
index a86070d9f..f71a771da 100644
--- a/src/actix_session/lib.rs.html
+++ b/src/actix_session/lib.rs.html
@@ -803,7 +803,7 @@
//! ```
//!
//! The session state can be accessed and modified by your request handlers using the [`Session`]
-//! extractor.
+//! extractor. Note that this doesn't work in the stream of a streaming response.
//!
//! ```no_run
//! use actix_web::Error;