Hi,
I have created javascript cookie for storing the last visited pages(3) URL in sharepoint .It is working correctly at any .NET website and creating one cookie text (cookie) file at C:\Documents and Settings[user-name]\Cookies .But for sharepoint portal the links are sites and different pages.It is craeting different cookie (text) file for different sites inside C:\Documents and Settings[user-name]\Cookies when I try to visit different link.This situation creating same name-value pair for each site and giving me wrong result.Can I over write same cookie text file ? If yes please let me know how I can do that?
Thanks in advance.
Ashar