I'm looking for a way to clear a session using the Revel framework. I've tried c.Session["REVEL_SESSION"] = "" and a few other things to reset it but I have not been successful.
This should work
delete(c.Session, "REVEL_SESSION")