Everything I have read has advised using ';' as a delimiter in javascript cookies (between name/value, expiry, and path). Is this a must have for the cookie to actually be set? The reason I ask is we are using ISA which parses all ',' and ';' from a cookie, then tries to rebuild it. This seems to be causing a problem with how the cookies are being communicated to the server and back to the client. Thanks in advance.