> I see this site doesn't appear to use cookies (at least on this page) as > reported by the Web Developer Firefox add-on. I put together a test > page but it's throwing an error from their site. I faked a name for the > lastname/first initial combinations. I looked through the url string > but don't see anything obvious. ??
I don't have time to test this myself, unfortunately, so I'll just give you the advice that I'd use to solve the problem myself. Visit the site in a browser, and use a sniffer to see exactly what gets sent and received. I use Wireshark for this sort of thing, but there are many (easier-to-use) alternatives. Then, within your CF code, emulate everything the browser is doing. Use your sniffer again to see exactly what's being sent, then change your code accordingly. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or on ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330967 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

