View Single Post
Old 07-03-2010, 11:56 AM   #1 (permalink)
superthin
The Wanderer
 
superthin's Avatar
 
Join Date: Aug 2008
Posts: 16
Thanks: 7
superthin is on a distinguished road
Default How I inherit / share login session / cookies?

Hello Everybody,

I have a site like:

http://mysite.com/drupal
http://mysite.com/phpbb
http://mysite.com/wordpress
http://mysite.com/kb

All of PHP scripts above run on the same box (same hosting) and same domain.

First, I want to integrate all of them (user table) to have an one-time-login, but it is too hard and will be very difficult to add plugins / add-ons or update.

So, I think some code lines / snippet (in a single file .php as class / library to include). I will insert this file into drupal, phpbb, wordpress,... to check login status. All of script will be share a session or cookies and will active user login status of itself.

I don't want to use other solutions like LDAP, OpenID because of curve.

How will I begin?

Thanks for sharing your experiences.
__________________
http://khoancatbetong.com - Vietnamese Concrete Technician Forum
superthin is offline  
Reply With Quote