(define-easy-handler (submit :uri "/submit" :default-request-type :get) () (with-output-to-string (*html-output-stream*) (with-verified-session (no-cache) (submit-page))))