- session-cookie-setterparameter
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))
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))