My problem was it was writting secure, when I wasn't on a secure connection. Then my server side code couldn't delete the cookie, because it would only pull unsecure cookies.
So in JavaScript its written that we can use the ";secure" flag to set HTTPS only cookies. However, I'm not on SSL when I'm running debug locally and I find the cookie is still being written. Is...
I know I'm not setting to start with, mainly because it starts out unformatted if I do. And maybe I'm not understanding your last statement, because I am setting the TR displays as hidden or none,...
I'm working on building a Harley Owners Group site and on this page, I want to pull members and display them. However IE is the only one it seems to work with. At the top of...