I just worked several hours on my code, and it finally works perfectly on
Internet Explorer, but when i test my code on Firefox it simply doesnt
store the cookies... Here is my code:
Am i doing something wrong?
Internet Explorer, but when i test my code on Firefox it simply doesnt
store the cookies... Here is my code:
Code:
STDOUT "Content-Type: text/html" STDOUT "Set-Cookie: UserName=" & Nombre & "; expires=" & CookieDate(1) & "; path=;" STDOUT "Set-Cookie: RandomID=" & TRIM$(Dat(Index).Ident, ANY CHR$(32,0)) & "; expires=" & CookieDate(1) & "; path=;" STDOUT ""
Comment