You'd have to pass information in a form or url to the CF page to tell the server what session to pick up when it switches servers -- which was part of the reason for the suggestion of using a cfhttp-like method to gather content from cf and place it within the asp pages so users don't actually leave the asp server. That's not to say this is a method you necessarily want to use (it involves definite added server overhead, and only the potential to make your life easier in development), but I thought I'd throw it out as an option.
> Huh? I thought we went through this when I first tried to > share the > session info between the .asp shop and the coldfusion > interactive stuff. > What happens is the members of the site go through the > shop to be > validated as members or to take their money and make them > members, then > they can move around the whole site. Without membership > status they can > only move around the free area. The "logged in" status is > set by the > .asp part of the site. > Matt, you're saying we get the .asp side to write all the > session data > to a database (like CF's client vars) and then we access > that with CF? > That's a far better way to do it than we have been, but > how does CF know > which session data to retrieve from the database, given > that the CFID > and CFTOKEN values are not the same between .asp and CF? > Cheers, > Michael Kear > Windsor, NSW, Australia > AFP Webworks. > -----Original Message----- > From: Matt Liotta [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 7 January 2003 1:21 PM > To: CF-Talk > Subject: RE: Running COldFusion server on a different box > to the web > server - possible? > You don't need to use HTTP and connect to the CF server to > share session > information. Serialize the session data to a database or a > file system > and share that way. > Matt Liotta > President & CEO > Montara Software, Inc. > http://www.montarasoftware.com/ > 888-408-0900 x901 >> -----Original Message----- >> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] >> Sent: Monday, January 06, 2003 9:19 PM >> To: CF-Talk >> Subject: Re: Running COldFusion server on a different box >> to the web >> server - possible? >> >> I don't envy you. >> >> If you can find an ASP.NET component that works like >> cfhttp you could >> theoretically "spoof" the ColdFusion server / sessions by >> using the > ASP >> component to grab out whatever info is necessary from the >> CF server, > that >> way you wouldn't need to make sure your links are >> absolute and > handling >> session management would probably be easier. The problem >> with it is > the >> overhead involved in a cfhttp-like operation. >> >> > My client has invested in a second box for his server >> > and >> > wants to set >> > it up with his web server and a whole bunch of .asp >> > stuff >> > on one box >> > (the "main" box) and the coldfusion server (CF5) and >> > the >> > coldfusion >> > components on another box (the "Old" box). >> >> > The "Old box" has been working for a couple of years >> > now, >> > and is NT4SP6 >> > with SQL7 on it, and the "main box" will be Win2k with >> > SQL2k on it and >> > will be the main point of entry to the site. >> >> > The "main box" will hold the static pages, the content >> > management, shop >> > etc, which are all in .asp and the "old box" will hold >> > the >> > interactive >> > coldFusion parts, which are to appear as though they >> > are >> > integrated with >> > the rest of the site. >> >> >> > So ... here's the thing .... can anyone confirm that >> > ColdFusion will >> > work this way? With the web server on a different box? >> > Or will it have >> > to use the web server on the NT that's still on the >> > "old >> > box"? >> >> > Can anyone see any issues with users moving back and >> > forth >> > between >> > boxes? We're going to have to change our session >> > management because of >> > this, we know that already, and all links are going to >> > have to be >> > absolute links not relative links - any other issues >> > you >> > can see? >> >> >> >> > Cheers, >> > Michael Kear >> > Windsor, NSW, Australia >> > AFP Webworks. >> >> >> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> > ~~~ >> > ~~~~~~~~~~~| >> > 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 >> > Get the mailserver that powers this list at >> > http://www.coolfusion.com >> >> > Unsubscribe: >> http://www.houseoffusion.com/cf_lists/uns >> > ubscribe.cfm?user=633.558.4 >> >> >> s. isaac dealey 954-776-0046 >> >> new epoch http://www.turnkey.to >> >> lead architect, tapestry cms http://products.turnkey.to >> >> certified advanced coldfusion 5 developer >> http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 >> >> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ~~~~~~~~~~~| > 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 > Get the mailserver that powers this list at > http://www.coolfusion.com > Unsubscribe: http://www.houseoffusion.com/cf_lists/uns > ubscribe.cfm?user=633.558.4 s. isaac dealey 954-776-0046 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

