func GetRequestCookie(ctx echo.Context, name string) string
func SetResponseCookie(ctx echo.Context, name, value, domain string, expires time.Time)