How to get the updated values from the cookies

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srinivasyadavkota
    New Member
    • Sep 2007
    • 8

    How to get the updated values from the cookies

    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.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Post your code or a link.

    Comment

    Working...