/rossion

Rossion is a fast and simple light session module for Tornado based web app.

Primary LanguagePythonApache License 2.0Apache-2.0

Rossion

Rossion is a fast and simple session module for tornado app. It is distributed as a single file module and has dependencies on JUST pylibmc.

Simple usage

Here is a simple session supported example Tornado based web app for Rossion.

Or use engine='memory', storage={} instead of memcached backend session.

Download and install

Install the latest stable release with pip install rossion or download rossion.py into your project directory with pylibmc preinstalled.