Date: 09/08/00
- Next message: ditribar <email protected>: "AW: [phplib] Getting cookies to work on IIS4 for phpLib"
- Previous message: Kofler Thomas: "[phplib] phplib 7.2c & php 4.0.2 & Internet Explorer 5.01 big bug ?"
- In reply to: Kofler Thomas: "[phplib] phplib 7.2c & php 4.0.2 & Internet Explorer 5.01 big bug ?"
- Next in thread: Kofler Thomas: "RE: [phplib] phplib 7.2c & php 4.0.2 & Internet Explorer 5.01 big bug ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: ditribar <email protected>: "AW: [phplib] Getting cookies to work on IIS4 for phpLib"
- Previous message: Kofler Thomas: "[phplib] phplib 7.2c & php 4.0.2 & Internet Explorer 5.01 big bug ?"
- In reply to: Kofler Thomas: "[phplib] phplib 7.2c & php 4.0.2 & Internet Explorer 5.01 big bug ?"
- Next in thread: Kofler Thomas: "RE: [phplib] phplib 7.2c & php 4.0.2 & Internet Explorer 5.01 big bug ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

