NYCPHP Meetup

NYPHP.org

[nycphp-talk] Re: Single Signon Multiple Domains

Corey Fogarty corey at bmfenterprises.com
Mon Mar 26 19:50:58 EDT 2007


Can you flag the user¹s database record when they log in. Then add a
database query to each restricted page on each domain to look at your new
³logged in² field for true. If you don¹t want to trust the user to click a
log out button to unflag the record, you could set a cron to clear the flag
every hour.

There are also quite a few results for ³php sessions over multiple domains²
on Google!




> Message: 5
> Date: Mon, 26 Mar 2007 18:39:57 -0400
> From: "Joseph Crawford" <codebowl at gmail.com>
> Subject: Re: [nycphp-talk] Single Signon Multiple Domains
> To: "NYPHP Talk" <talk at lists.nyphp.org>
> Message-ID:
>  <8d9a42800703261539y61e3615aw966718a3036179a1 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> You cannot rely on the IP Address.  Think about AOL, they use a proxy server
> and the users IP can change without a reboot of the modem.
> Also think about a computer lab that is on 1 IP address.
> 
> 
> -- 
> Joseph Crawford Jr.
> Zend Certified Engineer
> Codebowl Solutions, Inc.
> http://www.codebowl.com/
> Blog: http://www.josephcrawford.com/
> 1-802-671-2021
> codebowl at gmail.com


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20070326/c5381c25/attachment.html>


More information about the talk mailing list