monger/src
Michael S. Klishin 43349f65ae Add an alternative Ring session store that uses Clojure reader serialization
This way libraries like Friend, that use namespaced keywords (::identity) and other
Clojure-specific data structures will work well with Monger.

Current store will strip off namespace information from namespaced keywords
because clojure.core/name work that way. For example: (name ::identity).

Reported by Julio Barros.
2012-06-27 19:02:11 +04:00
..
clojure/monger Add an alternative Ring session store that uses Clojure reader serialization 2012-06-27 19:02:11 +04:00
java A typo 2012-06-14 19:55:02 +04:00