Date: 06/27/00
- Next message: toby cabot: "Re: [phplib] Cookie_domain not working?"
- Previous message: M. Brian Akins: "Re: [phplib] mySQL error: Too many open connections"
- Next in thread: toby cabot: "Re: [phplib] Cookie_domain not working?"
- Reply: toby cabot: "Re: [phplib] Cookie_domain not working?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have several sites that I would like to tie in together. They all use the
same session and auth classes, and would like for the user to be able to move
from 1.site.com to 2.site.com without having to relogin. I figured that all I
would have to do is define:
var $cookie_domain = ".site.com";
in my session class. I also found the call to SetCookie in session.inc. But
if I authenticate on 1.site.com and then go to 2.site.com I must login. Any
one got ideas?
-- M. Brian Akins Senior Development Engineer--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: toby cabot: "Re: [phplib] Cookie_domain not working?"
- Previous message: M. Brian Akins: "Re: [phplib] mySQL error: Too many open connections"
- Next in thread: toby cabot: "Re: [phplib] Cookie_domain not working?"
- Reply: toby cabot: "Re: [phplib] Cookie_domain not working?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

