Date: 08/15/00
- Next message: James Potts: "Re: [phplib] How to install on shared server?"
- Previous message: Mike Green: "Re: [phplib] Undefined function ora_plogon() in db_oracle.inc"
- In reply to: Stephan Noller: "[phplib] unable to fix the IE-Caching Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I killed (removed) all caching headers and that seems to work fine for us.
But ... we do not use the normal PHPLIB login/logout mechanism, so I am not
sure if this will work for you to. Just give it a try.
Greetings
Jeroen.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Jeroen Laarhoven, Zwolle, Netherlands
email: jeroen <email protected>
www: http://jeroen.polder.net
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
----- Original Message -----
From: "Stephan Noller" <Stephan.Noller <email protected>>
To: <phplib <email protected>>
Sent: Tuesday, August 15, 2000 7:33 PM
Subject: [phplib] unable to fix the IE-Caching Problem
> 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>
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: James Potts: "Re: [phplib] How to install on shared server?"
- Previous message: Mike Green: "Re: [phplib] Undefined function ora_plogon() in db_oracle.inc"
- In reply to: Stephan Noller: "[phplib] unable to fix the IE-Caching Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

