[FX.php List] Session1, Meet Session 2?

Jonathan Schwartz jschwartz at exit445.com
Wed Mar 12 04:34:56 MDT 2008


Hi Folks,

I have two different web sites for the same client, each with 
slightly different functionality.  Now, they need to be  stitched 
together so that users can log in to one and access the other.

The two web sites have different domains.
They exist on the same OS X Apache Web server.
Both use the same FMP DB.

It seems that a session created in one web site is not recognized 
when I link to the other. I had wanted the second system to recognize 
that a valid session had been started and to use the session info. 
Instead, the second web site is generating a new sessionid upon 
arrival and treating the arrival like an unauthorized new user.

I *can* cross over using a URL with a unique id in the URL and pick 
it up in the second website with a GET. And eventually, I will move 
the code over to the first site.

But for now, should I even expect the two web site sessions to be 
"one", or this working as designed?

Thx

Jonathan
-- 
Jonathan Schwartz
Exit 445 Group
jonathan at exit445.com
http://www.exit445.com
415-381-1852


More information about the FX.php_List mailing list