Next: , Previous: , Up: GNU Artanis web-framework Manual [Contents]

19 Sessions

You can use #:session mode to define a URL rule handler.

(post "/auth" #:session mode
 (lambda (rc) ...))

mode can be:

And the APIs of the session is :session

(:session rc cmd)

cmd can be:

AltStyle によって変換されたページ (->オリジナル) /