Cache Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VinayKumarParakoti
    New Member
    • Nov 2006
    • 6

    Cache Problem

    Hi All,

    I have a problem with cache in my Perl application.

    Actually we are creating session when a user logs in and storing the session in cookie.

    Recently we have added an iFrame for displaying a drop down on top of text box.

    This has created a problem. Without deleting my cookies and temporary files in history, the changes are only partially reflecting.

    Any suggestions on this would be great ful.

    Thanks in advance.

    Regards,
    Vinay
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Originally posted by VinayKumarParak oti
    Hi All,

    I have a problem with cache in my Perl application.

    Actually we are creating session when a user logs in and storing the session in cookie.

    Recently we have added an iFrame for displaying a drop down on top of text box.

    This has created a problem. Without deleting my cookies and temporary files in history, the changes are only partially reflecting.

    Any suggestions on this would be great ful.

    Thanks in advance.

    Regards,
    Vinay
    First, can you post your code, enclosed in the proper code tags, so we can see what you are doing. Second, please explain a little further. You say it "created a problem", but we really need more details on what the problem is if we are to help you.

    Regards,

    Jeff

    Comment

    • KevinADC
      Recognized Expert Specialist
      • Jan 2007
      • 4092

      #3
      Don't use an iframe for the dropdown menu and see if it works.

      Comment

      Working...