Example #1
0
func deleteCookie(c *fogo.Context) (int, interface{}) {
	c.DeleteSession(SESS_KEY)
	return 200, "Deleted session"
}