On Sun, May 18, 2008 at 7:10 AM, Moshe C. <[EMAIL PROTECTED]> wrote: > Hi, > > I have two parallel applications running from the same host but on > different ports. > > How do I configure Authkit so that each one creates a unique cookie. > > Currently if you log into one app, you are also authenticated for the > other. > The cookie name is the host name.
Normally, the cookie is specific to a (protocol, host, port) triple (I'm hand waiving a bit). Are you doing some weird sort of proxying with Apache so that the two different apps are both available under port 80 but with different paths? That's the only thing I can think of that would cause this behavior. Don't forget, you can also use separate subdomains. Best Regards, -jj -- I, for one, welcome our new Facebook overlords! http://jjinux.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
