[dancer-users] Setting a cookie resets the session?
Warren Young
warren at etr-usa.com
Fri Feb 14 18:14:17 GMT 2014
On 2/14/2014 01:08, Naveed Massjouni wrote:
> I think what you want to do is simply:
>
> session user_name => params->{username},
> session other => params->{stuff};
No. The session goes away when the user logs out.
When the user logs out, they get bounced back to the login page, and I
want the user info and other parameters available to use when building
that page, to pre-populate all the fields except for password.
More information about the dancer-users
mailing list