Date: 03/14/01
- Next message: Lars Heuer: "Re: [phplib] PHPLib & Phorum"
- Previous message: Horatio B. Bogbindero: "Re: [phplib] How can I count the number of online users?"
- In reply to: Horatio B. Bogbindero: "RE: [phplib] ie5.5 woes"
- Next in thread: Horatio B. Bogbindero: "Re: RE: [phplib] ie5.5 woes"
- Reply: Horatio B. Bogbindero: "Re: RE: [phplib] ie5.5 woes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
william.s.yu <email protected> writes:
>the problem is that when i run the demo included in the distribution,
>everytime i click the reload button the session variable is not
>incremented. for phplib7.2c the session variable is not incremented for
>all browsers i tested it on. for phplib7.2b is works for all except for
>ie.
This sounds like you need to add:
var $allowcache = "no";
into the 'customised session' in local.inc.
Gerry
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Lars Heuer: "Re: [phplib] PHPLib & Phorum"
- Previous message: Horatio B. Bogbindero: "Re: [phplib] How can I count the number of online users?"
- In reply to: Horatio B. Bogbindero: "RE: [phplib] ie5.5 woes"
- Next in thread: Horatio B. Bogbindero: "Re: RE: [phplib] ie5.5 woes"
- Reply: Horatio B. Bogbindero: "Re: RE: [phplib] ie5.5 woes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

