Hi all,

When I put at my middleware app = authkit.authenticate.middleware(app,
app_conf, cookie_signoutpath = '/controller/signout') every thing
works great.
But if  I put at my *.ini file the option authkit.cookie.signoutpath =
'/controller/singout' seems to me that authkit is not deleting the
cookie as it should.
Anyone can tell me what is wrong?

Thanks guys and sorry my bad english.

Schneider.



# <authkit config at *.ini file>

authkit.setup.enable = true
authkit.setup.method = form, cookie
authkit.form.authenticate.user.data = user:pass
authkit.cookie.secret = somesecret
authkit.cookie.signoutpath = '/controller/signout'
authkit.form.template.obj = myproject.lib.template:make_sign_form

# </authkit config at *.ini file>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to