> I'm in the process of building an application that has an adminstration
> back-end shared by multiple sites. I need to maintain a persistent session
> across these sites to properly identify users. I'm using a db to store the
> session data but when switching from site to site, a new session_id is
> started.
> 
> Does someone know of a good article that explains how to accomplish this
> effectively?


You could just make sure to always pass the session id in the query
string or a hidden field

here is a short article:
http://www.phpbuilder.com/columns/chriskings20001128.php3

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to