go-macaron / session

Package session is a middleware that provides the session management of Macaron.
Apache License 2.0
26 stars 27 forks source link

Option to set the cookie path, default "/" #1

Closed chadoe closed 10 years ago

chadoe commented 10 years ago

Option to set cookiepath to a suburl instead of domain root so the cookie won't be sent to other applications running on the same domain if a suburl is used.