Back

delete-session (clj)

(source)

protocol

(delete-session store key)
Delete a session map from the store, and returns the session key. If the returned key is nil, the session cookie will be removed.

Examples