mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
Add an example for httprouter_test, gofmt everything and misspel fixes.
Former-commit-id: e69ffdf9bba4c7e8c3df45c015b3363cc3fc59b6
This commit is contained in:
@@ -125,7 +125,7 @@ func (s *sessions) Start(res http.ResponseWriter, req *http.Request) iris.Sessio
|
||||
}
|
||||
}
|
||||
// finally set the .localhost.com (for(1-level) || .mysubdomain.localhost.com (for 2-level subdomain allow)
|
||||
cookie.Domain = "." + requestDomain // . to allow persistance
|
||||
cookie.Domain = "." + requestDomain // . to allow persistence
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user