On Jan 23, 2008 4:30 PM, Schneider <[EMAIL PROTECTED]> wrote:
> On Jan 23, 2008 3:13 PM, Dalius Dobravolskas
>
> <[EMAIL PROTECTED]> wrote:
> >
> >
> > Schneider wrote:
> > > 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>
> > >
> > Check if you don't have several items using the same cookie name. At
> > least I had similar problem when beaker and authkit was using same
> > cookie name.
> >
> > Regards,
> > Dalius
> >
>
> Hi Dalius,
>  I'm using beaker too and I try your suggestion but the problem is there yet.
>  Thanks I'll try to find a solution...
>
>
> Schneider
>

Hi Dalius,
 Well my mistake was put authkit.cookie.signoutpath =
'/controller/signout' with quotes. Sorry my bad mistake and thanks for
attention Dalius.

Att,
Schneider

--~--~---------~--~----~------------~-------~--~----~
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