Menu

#667 GENERAL ISSUE: Page caching

0.6.x
closed-fixed
None
5
2002-09-28
2002-09-27
No

Using today's (27/9/2002) cvs version, php 4.1.0
and apache 1.3 (Linux) and at the client side using
Internet Explorer 6.

IE 6 seems to do pretty heavy caching with pages, I
noticed when adding contacts to contacs module,
people and companys disappeared sometimes and
came back when flushing browser's cache. Sometimes
there were problems with calendar too.

This may cause mgw program showing buggy and false
bug reports if users are not careful IMHO.

So I suggest to put few meta tags between <head> ..
</head> tags.

Here are few links corsening IE browsers cache issues
and meta tags:
(1) http://support.microsoft.com/default.aspx?
scid=KB;EN-US;Q222064&
(2) http://support.microsoft.com/default.aspx?
scid=kb;en-us;Q234067

Discussion

  • Karsten Dambekalns

    Logged In: YES
    user_id=105527

    Was this an issue with yesterdays code as well? It might
    have been that my change to solve the PDF problem influences
    this... since I changed the cache setting for session pages.

    If you like, you can remove (or comment out) the line with
    the session_cache_limiter() call in appconfig.inc.php, and
    check whether this makes a difference.

     
  • Karsten Dambekalns

    • assigned_to: nobody --> k-fish
     
  • Karsten Dambekalns

    Logged In: YES
    user_id=105527

    I got feedback from brr regarding what I wrote below. Based
    upon this I changed the thing to solve the PDF problem
    again, and moved the relevant code to the contacts module.
    Could you check if the PDF bug is still fixed, and this one
    is better now?

     
  • Karsten Dambekalns

    • status: open --> closed-fixed
     
  • Karsten Dambekalns

    Logged In: YES
    user_id=105527

    Ok, I checked this with the help of brr. Closing this one
    now. There are still issues with the PDF stuff, see my
    comment in the corresponding bug item.

     

Log in to post a comment.