what's the best way to route to one page if the user is signed in (i.e. session has a non-nil value for the user-id
key) and another if the user is not signed in? The ideal would be 2 different set of routes.
Thanks!
Also, are there any good example apps using compojure out there?