[DUG] Firefox with webservices.
Matt Comb
matt at ferndigital.com
Tue Jun 28 17:23:52 NZST 2005
Has anyone developing webservices here encountered any problems with the Firefox browser?
I seem to be having a cookie problem which only seems to occur on Firefox browsers. (Yes cookies have been enabled).
We are writing the cookies in the following way.
with webmodule.Response.Cookies.Add do
begin
Domain:='';
Path:='/';
Expires := incmonth(now,1);
Secure := False;
Name := 'FSessionID';
Value := SessionObject.id;
end;
Regards,
Matt.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns3.123.co.nz/pipermail/delphi/attachments/20050628/985e747c/attachment.html
More information about the Delphi
mailing list