Cedric,

If you have a web server cluster that also houses multiple domains 
depending on your clustering configuration you can also make a server 
stay with the user who made a request. That would be a clustering 
software modification. I don't know if that's your setup is but this is 
just FYI. An example would be if you had two servers with load balancing 
and a user made a request that hit server 1 they would stay with that 
server for the rest of their session.

Regards,
James Blaha


Matthew Fusfield wrote:

>Cedric:
>Are both sites hosted on the same CF server? If that is the case, just
>append CFID and CFTOKEN to the linked URL and it will carry the session
>and client information over:
>
>http://domain2.com/somepage.cfm?cfid=#cfid#&cftoken=#cftoken#
>
>-Matt
>
>-----Original Message-----
>From: Cedric Villat [mailto:[EMAIL PROTECTED] 
>Sent: Friday, March 14, 2003 10:24 AM
>To: CF-Talk
>Subject: Sessions across multiple domains?
>
>
>A client is asking for a password feature that stretches across multiple
>domains. So if a user logs in to domain1.com and then goes to the
>password section of domain2.com that he won't be asked for his password.
>I know cookies won't work here since cross-site cookies are illegal. I'm
>not sure that Session variables will work here either, as he has asked
>that once the user types the password in, he is NEVER asked for it
>again.
>
>Also, there is only 1 password for all users. So there is no database
>listing of users and whether they have logged in or not. Any ideas on
>how I can accomplish this?
>
>Cedric
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to