I got it! At some time I must have changed the session.cache_limiter php.ini
setting in my server:

it was set to:
session.cache_limiter = private

This allows browsers (but not proxies) to cache page contents.
Of 2 servers only one was "misconfigured", honestly I don't remember what
the default is, but I suspect default is 'nocache' or nothing at all,
otherwise others on this list would have had the same problem.

To avoid forever of relying on server configuration I suggest that you put a
call to
session_cache_limiter('noncache') in the file where you start sessions.

In any case thank you for a great piece of software, now I can begin really
enjoying it for me and my users.
Cheers
Paolo



> -----Oprindelig meddelelse-----
> Fra: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] vegne af
> Jonathan Angliss

> Hello Paolo,
> On Wednesday, January 14, 2004, Paolo Nesti Poggi wrote...
>
> > Using Internet Explorer the two frames in squirrelmail won't refresh
> > by simply clicking on the refresh link. The frames have to be
> > ctrl-refreshed. In frames this is not always possible in a simple
> > manner. This disturb the behaviour of nearly everything making SQ
> > almost unusable on IE (I'm using IE 6.0 right now on window 98, but
> > I'm told that on XP the same thing happens)
>
> Can you describe more details? Are you expecting both frames to
> refresh when a folder has a focus and not a message? SquirrelMail is
> designed to only refresh the left side (automatically if you set it in
> your options). If you want both to refresh, you need a plugin. I use
> IE 6, 5.5, 5.0, Mozilla 1.5 & Mozilla Firebird (on both windows and
> linux), and Opera... I don't see any issues.
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])
>



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to