Hi,
When I put
authkit.cookie.params = expires: 10
comment: test comment
to development.ini
I get following error:
File "/Users/mdziergwa/.buildout/eggs/AuthKit-0.4.2-py2.5.egg/
authkit/authenticate/cookie.py", line 492, in make_cookie_user_setter
app = CookieUserSetter(app, **user_setter_params)
File "/Users/mdziergwa/.buildout/eggs/AuthKit-0.4.2-py2.5.egg/
authkit/authenticate/cookie.py", line 284, in __init__
if params.has_key('secure') and asbool(params['secure']) == True:
AttributeError: 'str' object has no attribute 'has_key'
Do you hae any idea what is wrong in it? I copy paste it from pylons
books so it should work fine
Greetings
Maciek
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---