Date: 08/15/00
- Next message: Samuli Karkkainen: "[phplib] Security stop"
- Previous message: Michael D. Eschner: "Re: [phplib] How to install on shared server?"
- Next in thread: Jeroen Laarhoven: "Re: [phplib] unable to fix the IE-Caching Problem"
- Reply: Jeroen Laarhoven: "Re: [phplib] unable to fix the IE-Caching Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Samuli Karkkainen: "[phplib] Security stop"
- Previous message: Michael D. Eschner: "Re: [phplib] How to install on shared server?"
- Next in thread: Jeroen Laarhoven: "Re: [phplib] unable to fix the IE-Caching Problem"
- Reply: Jeroen Laarhoven: "Re: [phplib] unable to fix the IE-Caching Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

