You should look into the Pubcookie architecture: http://www.pubcookie.org/docs/how-pubcookie-works.html.
You also might consider adopting Pubcookie or Shibboleth since they are existing open solutions that have a significant community behind development. Pubcookie was developed at the University of Washington and has a proven track record on that campus (I use it for all my web applications that have end user interaction). jbw On 10/24/07, Andreas Stephan <[EMAIL PROTECTED]> wrote: > > Hi, we are building a service, where users can create their own social > networks. We have implemented a single sign on mechanism for all > subdomains. In the future we want to let community creators to use > their own domain names. Does anyone have an idea how to make the > single sign on mechanism work cross domain? > It looks like passing the session ID as a GET-parameter between > different servers and cloning the necessary cookies respectively seems > to be an option, but that looks fairly complicated to implement in > symfony's routing system. Moreover, we have to prevent adding this > parameter to all normal urls in order to be google friendly and keep > user friendly urls at least in the area, where you do not have to be > logged in. Any suggestions how to achieve such behaviour with symfony? > Or is there an easier way to achieve the same behaviour using rewrite > rules? > > Cheers, Andy > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
