14 Feb
2014
14 Feb
'14
6:14 p.m.
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.