Hi, I have found a weird difference in cookie behavior in IE+Safari/Opera+Firefox while navigating with the 'back' button:
in IE and Safari the cookies set on a page get dropped (reverted) when returning to the previous page via the 'back' button, while in Opera and Firefox the new cookies persist.
The latter behavior is what I need, but how do I implement it for IE and Safari, if that is even possible?
The cookies are set by the server and read using JQuery cookie API ($.cookie)
Thanks.