how would I telnet to a page?

cant I only telnet to a port on a server (ip)?

thanks

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-----Original Message-----
From: Jochem van Dieten [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 15, 2003 4:52 AM
To: CF-Talk
Subject: Re: easy cfc question :)


Tony Weeg wrote:
> 
> <cfinvoke component="theMatrix" method="theDynamicMatrix" 
> returnVariable="matrixDisplay">
>         <cfinvokeargument name="accountNumber"
value="#url.accountNumber#">
>         <cfinvokeargument name="debtorNumber"
> value="#url.debtorNumber#">
> </cfinvoke>
> 
> <cflock scope="SESSION" timeout="5" type="READONLY">
>       <cfwddx action = "wddx2cfml" input = #matrixDisplay# output = 
> "session.matrixAsAStructAgain"> </cflock>

If your output is "session.matrixAsAStructAgain", why is your lock 
readonly instead of exclusive? I know locking is no longer necessary for

memory integrity reasons, but I don't see how this would help with race 
conditions either.


> <!--- Stops here for some reason, i can do a cfdump here, and see what

> im supposed to see, it just wont cflocate me to the accounts page? 
> --->
> 
> <cflocation url = 
> "accounts.cfm?step=Accessactual&id=#url.AccountNumber#&action=Access">

Telnet to the page and see if any cflocation headers are returned.

Jochem



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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/unsubscribe.cfm?user=89.70.4
                                

Reply via email to