bsed / gorilla

Automatically exported from code.google.com/p/gorilla
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[sessions] Fill session.Options with values taken from Cookie. #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently a session is issued with Options set to nil.

We could instead use the values from the Cookie when it is read from the 
request, re-using that configuration.

Original issue reported on code.google.com by rodrigo.moraes on 3 May 2012 at 12:20

GoogleCodeExporter commented 9 years ago
Bad idea. We'll instead return new sessions using the configured default 
options.

Original comment by rodrigo.moraes on 4 May 2012 at 1:26

GoogleCodeExporter commented 9 years ago
This issue was closed by revision c83de7212a26.

Original comment by rodrigo.moraes on 4 May 2012 at 1:27