-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 4 Apr 2007, at 11:52, Wichert Akkerman wrote:
If he needs to use a session using something else than the username & password as used by the cookie plugin it should be trivial to leverage plone.session here. Just add a plone.session plugin to your acl_users, enable its interfaces, disable credentials update and reset for the cookie plugin and you're all set. And it'll be more secure as well :)
Storing the credentials in a session instead of a cookie does not require installing yet another addon product. You can do that with the standard CookieAuthHelper and the standard SessionAuthHelper.
jens -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFGE4EcRAx5nvEhZLIRAuWFAJ9zV8KARWIBpFO5Z/VRqXxYAw/YWACcC/7e MqCtENwQXsc4j51HRjCf9Ik= =OjKb -----END PGP SIGNATURE----- _______________________________________________ Zope-PAS mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope-pas
