Hi Benny,
Pls set the expiration period for the cookies in order to make it persistent
MyCookie.Expires = Now() + 5
If you do not set the Expires attribute like the example below sets it, the
cookie will expire when the user closes their browser.
I hope it helps you
regards
Nishith
> Hi,
>
[quoted text clipped - 15 lines]
> regards,
> benny
kuok benny - 27 Oct 2004 03:30 GMT
hi,
I do try:-
MyCookie.Expires = Now() + 5
but it doesn't work if my setting on IE6.0 on
Tools->Internet Option->Privacy is setting to medium and I din check the
Advance ->override automatic cookies handling.
It works only while I check the option on override automatic cookies
handling, where I could see the physical cookies on the Temporary
Internet Files. how to solve this problem?
Thanks in advance.
regards,
benny ;)