RE: [phplib] phplib 7.2c & php 4.0.2 & Internet Explorer 5.01 big bug ? From: Kofler Thomas (Thomas.Kofler <email protected>)
Date: 09/08/00

Wow, this is a mind-blowing speed of support.
Thanx a lot - the workaround did it,

a nice weekend
- Thomas

P.S.: All keep on the great work on phplib - also php4 needs it ...

> -----Original Message-----
> From: R.B. Scholtus [mailto:regiment <email protected>]
> Sent: Friday, September 08, 2000 2:31 PM
> To: Kofler Thomas; phplib <email protected>
> Subject: Re: [phplib] phplib 7.2c & php 4.0.2 & Internet Explorer 5.01
> big bug ?
>
>
> modify your local.inc:
>
> class XXX_Session extends Session {
> var $classname = "XXX_Session";
>
> var $cookiename = ""; ## defaults to classname
> var $magic = "something"; ## 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 $allowcache = "no"; ## "passive", "no",
> "private", "public"
> var $that_class = "XXX_CT_Sql"; ## name of data storage
> container
> var $gc_probability = 5;
> }
>
> this line counts:
> var $allowcache = "no"; ## "passive", "no",
> "private", "public"
>
> i hope this solves the problem.
>
> brian
>
> ----- Original Message -----
> From: Kofler Thomas <Thomas.Kofler <email protected>>
> To: <phplib <email protected>>
> Sent: Friday, September 08, 2000 2:20 PM
> Subject: [phplib] phplib 7.2c & php 4.0.2 & Internet Explorer
> 5.01 big bug ?
>
>
> > Hi all there,
> >
> > I have some strange behavor with the following configuration:
> >
> > RedHat 6.1
> > phplib 7.2c
> > php 4.0.2
> > Client
> > NT 4.0 with MS Internet Explorer 5.01
> >
> > When I access the phplib - Testpage everything works fine,
> but when I
> reload
> > the page, the counter isnt incrementing - only when I clear
> the "Temporary
> > Internet File" - Cache of the IExplorer - the counter is
> updated the right
> > way.
> >
> > Any suggestions ?
> >
> > Greetings,
> > - Thomas Kofler
> >
> >
> ---------------------------------------------------------------------
> > 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>