Skip to content

Instantly share code, notes, and snippets.

View reganto's full-sized avatar

Morteza Selseleh reganto

View GitHub Profile
@cloverstd
cloverstd / app.py
Last active August 13, 2018 19:16
Tornado Session
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import tornado.web
import tornado.ioloop
import tornado.httpserver
from session import Session, RedisSessionBackend
import redis