Re: PEAR Auth package woes [message #178391 is a reply to message #178385] |
Tue, 12 June 2012 20:03 |
Eli the Bearded
Messages: 22 Registered: April 2011
Karma:
|
Junior Member |
|
|
In comp.lang.php, The Natural Philosopher <tnp(at)invalid(dot)invalid> wrote:
> Eli the Bearded wrote:
>> Is there a way to get the Auth package to accept it's own cookies
>> that just happen to have been set on a different server? If so, how?
> I think at this point I would scrap sessions/specialised package code
> and set a custom cookie and store it in a database common to or
> propagated across all the servers.
I know how to do this, without even incuring a database hit on
the other servers. I have used cookies with encrypted content for
this purpose before. I'm not looking to reinvent the wheel, just
trying to get this package to work for me.
Elijah
------
library code is supposed to make life easier
|
|
|