Re: wrap-reload and sandbar session

2010-09-09 Thread Brenton
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

wrap-reload and sandbar session

2010-09-09 Thread Rob McBride
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