No, not using Apache, just paster with two versions of development.ini with
different port parameters.
The authkit parameters are:
authkit.setup.method = form, cookie
authkit.form.authenticate.user.data = user:pw
authkit.cookie.secret = somestring
authkit.cookie.signoutpath = /cntr/signout
On 5
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 authenti
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.
TIA
--~--~-~--~--