Date: 09/27/00
- Next message: Vibol Hou: "RE: [phplib] 7.2b-win95 showoff.php3 glitch"
- Previous message: warn: "Re: [phplib] PHPlib and non-standard MySQL ports"
- In reply to: Mark Burnette: "RE: [phplib] 7.2b-win95 showoff.php3 glitch"
- Next in thread: PANKAJ GUPTA (97234): "Re: [phplib] 7.2b-win95 showoff.php3 glitch"
- Reply: PANKAJ GUPTA (97234): "Re: [phplib] 7.2b-win95 showoff.php3 glitch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello all:
Well, I've found what SEEMS to be a fix for now...
In the Example_Session extension class you need to add the following:
var $allowcache = "no";
This works so far in NS4.7, don't no about IE yet. Hope this helps any of us
unfortunate win95 users who can't find the time to switch to a more friendly
local setup ;-)
Cheers,
Warren
Mark Burnette wrote:
> I have had similar trouble with IE. When I load index.php3 and then reload
> it does not increment. I have been told that IE does not conform to the
> caching specs of w3c. If I load index.php3 and reload it, then I delete all
> temporary files and then refresh I do get the page to increment. I also
> have not been able to get the application to log in as Kris and test. The
> cookies do not disappear upon closing of the browser. I have given up. All
> I really need is the random generation of the session id and that's all I'm
> using phplib for now. I implement my own authentication using the session
> id. Good luck
>
> -- Mark
>
> -----Original Message-----
> From: warn [mailto:lge888 <email protected>]
> Sent: Wednesday, September 27, 2000 5:08 AM
> To: phplib <email protected>
> Subject: [phplib] 7.2b-win95 showoff.php3 glitch
>
> hello:
> running a local dev box: win95/apache 1.3.12/phplib7.2b/php3.0.16
>
> index.php3 counter increments once on reload but does not on subsequent
> reloads,
> when logged as kris/test, incrementing occurs ONLY when using netscape's
> browser reload, but when using reload link on page... it reverts to
> login page again, if login again here, expected page shows and
> incrementing occurs as stated above...
> when still logged in, loading defauth.php3 indicates "no permissions"
> and asks to relogin as kris/test... relogin fails... unless logging out
> first.
>
> BTW, scriptalias for /php3/ shows action path /php3/php.exe/... in
> location bar, apache misconfig?
>
> I have 7.2b running on webhost without incidence (Apache/1.3.12 (Unix)
> mod_macro/1.1.1 PHP/3.0.16).
>
> Thanks in advance for any words of wisdom...
> -Warren
>
> ---------------------------------------------------------------------
> 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>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Vibol Hou: "RE: [phplib] 7.2b-win95 showoff.php3 glitch"
- Previous message: warn: "Re: [phplib] PHPlib and non-standard MySQL ports"
- In reply to: Mark Burnette: "RE: [phplib] 7.2b-win95 showoff.php3 glitch"
- Next in thread: PANKAJ GUPTA (97234): "Re: [phplib] 7.2b-win95 showoff.php3 glitch"
- Reply: PANKAJ GUPTA (97234): "Re: [phplib] 7.2b-win95 showoff.php3 glitch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

