[dancer-users] Erroneous session-cookie setting behaviour in Dancer2

David Precious davidp at preshweb.co.uk
Sun Mar 3 11:42:07 GMT 2013


On Sun, 03 Mar 2013 02:29:47 +0200
Punter <punter at punter.gr> wrote:

> Now whenever I do a page any view, I get a "this website wants to set
> a cookie" message
> 
> It shouldn't be like that. If cookie values don't change, then they 
> should only be set once.

Except that, if you don't send the Set-Cookie header again each time,
the cookie's expiration can't be updated - most people want a session
expiry to be extended with each request, so it times out the right
amount of time after the last request, rather than the last time the
session data was updated.

I think this is quite common and correct behaviour.


-- 
David Precious ("bigpresh") <davidp at preshweb.co.uk>
http://www.preshweb.co.uk/     www.preshweb.co.uk/twitter
www.preshweb.co.uk/linkedin    www.preshweb.co.uk/facebook
www.preshweb.co.uk/cpan        www.preshweb.co.uk/github




More information about the dancer-users mailing list