Re: [PHPLIB] Proxy Caching problem From: Andreas Otto (andreas <email protected>)
Date: 02/15/00

use [var $allowcache = "no";]
in your_session in local.inc

view the example:

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

  var $cookiename = ""; ## defaults to classname
  var $magic = "Hocuspocus"; ## ID seed
  var $mode = "cookie"; ## We propagate session IDs with
cookies
  var $fallback_mode = "get";
  var $lifetime = 0; ## 0 = do session cookies, else
minutes
  var $that_class = "mm4_CT_Sql"; ## name of data storage container
  var $auto_init = "setup.inc"; ## load this file on session start
  var $gc_probability = 5;
  var $allowcache = "no"; ## caching completely disabled
}

for more information about the caching options you have take a look at
sessions.inc

cheers,
andreas

--
Andreas Otto

NoHo Digital Ltd, Floor 2, Canberra House, 315 -317 Regent Street London W1R 7YB

Reception 0171 299 3434 Fax 0171 631 5050 http://www.noho.co.uk

- PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.