> I have finished the first version of my CF script that will > talk with the Google mini Admin console but I am having trouble. > > Just briefly, I first cfhttp the google and I get a response > with a cookie. In the data it sends back I can see it is on > the page that requests that you make sure that your browser > is set to accept cookies. I store the cookie for future use > and then send a "reload" request (should transition the > google to the login page) with the cookie stored in the > cfhttp header. But, when the google responds it sends a > different cookie and there isn't anything that I can see in > the response that indicates I am on the login page. Is this > what you would expect? I had thought the google would > respond with the original cookie since we are in a conversation.
What's the initial URL you're requesting? I think it should be: https://yourGSA:8443/EnterpriseController/ or http://yourGSA:8000/EnterpriseController/ The fact that you're getting the message about requiring cookies makes me think that you're going through one redirect after your initial request, and aren't sending the cookie along. Presumably, at that point you might get a different cookie. A traffic sniffer or HTTP proxy is your friend here. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311483 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

