diff --git a/actix_session/index.html b/actix_session/index.html
index 15beeff2a..8d400b416 100644
--- a/actix_session/index.html
+++ b/actix_session/index.html
@@ -58,7 +58,7 @@ as a middleware on your 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;