Example #1
0
func Logout(context *view.Context) {
	context.DeleteSessionID()
	//context.DeleteCached(ContextCacheKey)
	context.User = nil
}