
October 10th, 2003, 03:11 PM
|
|
Junior Member
|
|
Join Date: Oct 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
How enable cookies in cfhttp
Hi there,
When I try to login in a site, that use cookies, using cfhttp, I got an error saying that I have cookies disable. But if I try using Internet Explorer in my Cold Fusion server 6.1, I can.
So, how can enable cookies in cfhttp?
I tried with redirect with yes and no.
Here is my code:
<cfhttp url="http://myhost/valida_login.asp" method="post" redirect="yes" >
<cfhttpparam name="login" value="mylogin" type="formfield">
<cfhttpparam name="senha" value="mypass" type="formfield">
</cfhttp>
Thks in advance!
|