Skip to content

aiba/clj-file-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-file-session

Simple file-backed session store to be used with Ring's wrap-session. It keeps all sessions cached in RAM in an atom, and writes all sessions to a single file whenever any session changes.

Usage

FIXME

License

Copyright © 2012 Aaron Iba

Distributed under the Eclipse Public License, the same as Clojure.

About

Simple file-backed session store to be used with ring's wrap-session.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published