RE: [phplib] PHPLib and PHP4 From: bugs <email protected>
Date: 12/12/00

I'm expriencing it on both ie and netscape, too bad for me!!!
It completely ignores variable passed from url.

I tried this solution... I changed default mode in session to "get".

var $mode = "get";

The only problem is that when I reload the page, the
session id changes too especially when forms with
actions set to "$sess->self_url()".

Any brillant idea out there? Or shall I use the native
session handling in PHP4?

TIA

"Paul Smith" <paul <email protected>>
12/12/00 12:14 PM
Please respond to paul

 
        To: <phplib <email protected>>
        cc:
        Subject: RE: [phplib] PHPLib and PHP4

Hmm, I think I'm experiencing the same weirdness (still in development
stage
so I've been putting off dealing with it). The only scenario I've
encountered it has been under IE 5 for Win. I think it's properly updating
session variables, but it seems like the browser is caching or otherwise
not
reflecting changes.

For now, I've been "forcing" a "clean" reload of pages I need to see
updated
by holding Ctrl and hitting the Reload icon. But obviously this doesn't
solve the problem. How to enforce the most current page even if it doesn't
appear to the browser to have changed? I think you're right that this is
isolated to cookie vars, because a differing set or value of GET and POST
vars loads the right stuff.

Paul
(Buried deep in the Chicago blizzard with only PHP, a fresh pot of coffee,
and the Tom Tom Club to keep me warm.)

-----Original Message-----
From: bugs <email protected> [mailto:bugs <email protected>]
Sent: Monday, December 11, 2000 10:13 PM
To: phplib <email protected>
Subject: [phplib] PHPLib and PHP4

Hi there.

Does phplib 7.2b and 7.2c works properly
on php4?

Becuase I used it on php4 and theres is something
starange happening on my registered variable.

It looks like it doesn't update the cookie cookie
or something like that..

TIA.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>