22 Jun
2014
22 Jun
'14
12:17 p.m.
Hi! I use Dancer2::Session::Cookie and am trying to implement "Remember me" option for user login. I understand that I need to set 'expires' to some future date for session cookie, but how do I do it in Dancer? 'cookie_duration' configuration parameter makes this, but it is read-only and I can not change it depending on user input.