Re: Yes thats what I thought
Cryp2Nite <[email protected]> 28 Jul 2003 17:22:26 -0000
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <2c619163dd0ef4992355f0fb02922f0c@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals http://forums.oscommerce.com/viewtopic.php?p=203260#203260 ---------------------------------------------------------------- [quote="Gotmallz"]I was wondering why I could not store the main customer DBase on one domain and the rest of the sites could feed off of it. This way all I have to do is redirect the dbase to that domain right? For the cookie I mean. Then just secure the session. I am not sure if this is even possible but yes all the sites are on the same boxes.[/quote] The problem is that, as far as I know, you cannot share a cookie over several domains. (Unless you go with iiinetworks' suggestion of using subdomains.) If you want completely transparent authentication across domains (true single signon) you would have to hand off signons for all comaind to a single signon server, but this is a technically fairly complicated affair. If all your shops are on the same box (not even necessary, but somewhat easier), it would be relatively easy to share the authentication database, but this would require visitors to sign on seperately for each shop. (Using the same username and password). HTH, Rob