Rob,
Ring stores session data in an atom. Reloading re-defines the atom to
be empty. Sandbar uses Ring's session store. I have made a small
change to Ring in my branch which fixes this problem. See
http://github.com/brentonashworth/ring/commit/ebcdb3ec8adfc5c82d5fd6031f444a105701a8e0.
I don't see
Hi,
It seems that when using ring's wrap-reload to automatically load changes,
sandbar session seems to not work. Has anyone else noticed this? Is this a
possible bug?
I've added ring's wrap-reload to session_demo.clj and the demo breaks.
Any work arounds? I would love to be able to use wrap-rel