chickadee » awful » session-cookie-setter

A one-argument procedure (the sid) that is called when creating/refreshing the session.

The default value is the following procedure:

(lambda (sid)
  (set-cookie! (session-cookie-name) sid))