summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-04-14 09:15:15 -0400
committersostler <sbostler@gmail.com>2010-04-14 09:15:15 -0400
commit486946cd5fd8eda8824f1752101fb010c31396d9 (patch)
tree47bea781c6fc107b55eb0295342442dcb8d53d1b /src
parentf8e7c8cde1bde9dfac0a8245ba9b6e6d37e9d7b0 (diff)
parentc479038b4431c101d6b00918c9ee16d3ef3fa0c8 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'src')
-rw-r--r--src/site.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site.clj b/src/site.clj
index bd385c3..d45aa09 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -1030,6 +1030,7 @@
(decorate multipart
(with-mimetypes {:mimetypes mimetypes})
+ (with-cookie-login (comp not logged-in?) make-login-token read-login-token)
(with-session {:type :memory, :expires (* 60 60)})
(with-multipart))