You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server.defineFilter("loginFilter", function (default_request, default_response, cookie) {
var req = default_request;
var res = default_response;
cookie.set("name", "xiashulin");
this.next();
});
The text was updated successfully, but these errors were encountered:
server.defineFilter("loginFilter", function (default_request, default_response, cookie) {
var req = default_request;
var res = default_response;
cookie.set("name", "xiashulin");
this.next();
});
The text was updated successfully, but these errors were encountered: