I have an ASP application that passes information to a CF application using
the following:

          response.redirect("http://www.somesite.com/d3/redirect.cfm?acctID="; &
Server.URLEncode(session("acct_id")) & "&userid=" &
Server.URLEncode(session("user_id")) & "&user=" &
Server.URLEncode(rs("id")))

On dialup machines the values are lost but with cable it works fine.  Any
ideas what is going on?  It stays on the same box.  Using 3 servers with
switching configured for .com and .net sites.

TIA
Cami

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to