[phplib] unable to fix the IE-Caching Problem From: Stephan Noller (Stephan.Noller <email protected>)
Date: 08/15/00

Hi,
i use phplib 7.2b and my site works absolutely fine with Netscape.
With IE (4.0) i get the following problems:
- logout doesn't seem to work (only sometimes)
- although the cookie seems to be set, the login-screen appears sometimes
after authentication
- sometimes you just have to hit "o.k." on the login-button (without
name+pw) and the page loads
I had the same behavior with 7.2c and downgraded to 7.2b - no difference.
I tried to set a cookie-lifetime, tried several versions of "allowcache"
(private,passive and no), but nothing seems to solve the problem.
(remember: with Netscape NO problem)

i would be thankful for any help...

Stephan

My session-class looks like this:

class zap_Session extends Session {
  var $classname = "zap_Session";

  var $cookiename = "zap";
  var $magic = "zappo";
  var $mode = "cookie";
  var $fallback_mode = "get";
  var $lifetime = 0;
  var $that_class = "zap_CT_Sql";
  var $gc_probability = 5;
  var $allowchache = "no";
  var $allowcache_expires = "2";
  var $auto_init = "setup.inc";

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>