session-0.1.8 doesn't have any documentation.
session 
Request session extension for the Iron web framework.
session is a fast, convenient, and flexible extension for Iron Request. Use redis as the backend data repos.
Example
extern crate iron;
extern crate session;
extern crate rustc_serialize;
use *;
use *;
// To run, $ cargo run --example simple
// to use, $ curl "http://localhost:3000"
Installation
If you're using cargo, just add session to your Cargo.toml
.
[]
= "*"
Otherwise, cargo build
, and the rlib will be in your target
directory.