I don't think anyone here really cares if they are separate or not. The point is that it's plain stupid to have cfhttpparam allowing cookies on a post operation, but not in a get. So as you say, no wonder people are annoyed.
Spike Stephen Milligan Team Macromedia - ColdFusion Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content Management' http://spikefu.blogspot.com > -----Original Message----- > From: Paul Johnston [mailto:[EMAIL PROTECTED]] > Sent: 13 December 2002 15:18 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] CFHTTP & session variables > > > > > > I think you're forgetting that you can also put cookies and > > cgi variables in a cfhttpparam. > > > > They most certainly belong in a get request. > > > > Spike > > > > Cookies are technically a separate part of the HTTP request. > I have only just noticed (in DWMX) that CFHTTPPARAM allows > the type="cookie" which is fine for simplicity, but if you > can't use it with a CFHTTP method="GET", then it's actually > not allowing you to create a proper HTTP request, so no > wonder people are getting annoyed. > > Use CFX_HTTP (if you can) or just "post" the information! > > Paul > > > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > > > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
