Hi Experts here,
Pls help.
In my WebApplication from Home page(i.e parent window) i am sending the values to child window(i.e popup page) In the popup page(i.e child window) I am storing the values in the cookies using the setSessionCooki es,and displaying the values by using GetSessionCooki es and immediately I am performing
deleteCookie operation,next time if I enter to the same home page with different values and storing with different values also I am getting the previous results(i.e old values) on the popup page(i.e child window).why I am getting the previous values even though I deleted the cookie.
my query is what to be done to get updated results on the child window.
Thanks and Regards,
Srinivas Kota.
Pls help.
In my WebApplication from Home page(i.e parent window) i am sending the values to child window(i.e popup page) In the popup page(i.e child window) I am storing the values in the cookies using the setSessionCooki es,and displaying the values by using GetSessionCooki es and immediately I am performing
deleteCookie operation,next time if I enter to the same home page with different values and storing with different values also I am getting the previous results(i.e old values) on the popup page(i.e child window).why I am getting the previous values even though I deleted the cookie.
my query is what to be done to get updated results on the child window.
Thanks and Regards,
Srinivas Kota.
Comment