The functions and macros to manipulate the session are defined in the
weblocks/session package. Its exported symbols are the following:
with-sessiondelete-valueget-valuegen-idin-session-pinitget-session-idresetexpireget-number-of-sessionsmake-session-middlewareget-number-of-anonymous-sessionsYou can store any kind of structure into a session.
To set a value, use setf in conjonction with get-value.
We saw in the Quickstart how to use the init method to start a
Weblocks application.