<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Has anyone developing webservices here encountered 
any problems with the Firefox browser?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I seem to be having a cookie problem which only 
seems to occur on Firefox browsers. (Yes cookies have been 
enabled).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>We are writing the cookies in the following 
way.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp; with webmodule.Response.Cookies.Add 
do<BR>&nbsp; begin<BR>&nbsp;&nbsp;&nbsp; Domain:='';<BR>&nbsp;&nbsp;&nbsp; 
Path:='/';<BR>&nbsp;&nbsp;&nbsp; Expires := 
incmonth(now,1);<BR>&nbsp;&nbsp;&nbsp; Secure := False;<BR>&nbsp;&nbsp;&nbsp; 
Name := 'FSessionID';<BR>&nbsp;&nbsp;&nbsp; Value := SessionObject.id;<BR>&nbsp; 
end;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Matt.</FONT></DIV></BODY></HTML>