Subject: | Per-realm 'use_session' setting |
[This report is against v0.10, SVN rev 5946]
I'm using authentication with two realms: student and instructor. The
latter uses cookies to persist the login, but the former must not (it is
a small section of the site and must be functional in a reduced browser
environment).
To enable this dichotomy, I'm forced to set 'use_session' to false in
the authentication config, so I lose the convenience of
authentication-controlled sessions. I would prefer that I could control
the session per-realm. This could be accomplished most easily by making
use_session a per-realm property. A more involved solution would be to
add realms to Catalyst::Plugin::Session.
-- Chris