Re: [phplib] unable to fix the IE-Caching Problem From: Andrew Wild (a.wild <email protected>)
Date: 08/22/00

> var $allowchache = "no";

this line should probably be

var $allowcache = "no";

Notice the spelling of 'cache'.

Hope this helps, Andrew.

> 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>