On 21 Mar 2016, at 15:07, Yanick Champoux <[email protected]> wrote: > > > That's because the session module doesn't look at the configuration once > it knows which cookie name to use. > > If you want to change the cookie name post-initialization, try > > engine('session')->cookie_name( 'new_name' );
Thank you Unfortunately I get Exception caught in 'core.app.before_request' filter: Hook error: Usage: Dancer2::Core::Role::SessionFactory::cookie_name(self) when I try your suggestion Thanks — Clive _______________________________________________ dancer-users mailing list [email protected] http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
