Date: 08/22/00
- Next message: Jens Benecke: "[phplib] sql_query->form customization?"
- Previous message: Mikhail Avrekh: "Re: [phplib] destroy session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Jens Benecke: "[phplib] sql_query->form customization?"
- Previous message: Mikhail Avrekh: "Re: [phplib] destroy session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

