I don't get it from the documentation. Sorry for the dumb question.
How do I create a session whose cookie does not expire when I close the browser?
Still on hunchentoot 0.15.6.
There doesn't seem to be a built-in way to do that.
START-SESSION sets a cookie with :EXPIRES NIL, which probably means "when the browser is closed". Define your own START-SESSION to pass a custom timeout.
Leslie