Date: 12/26/99
- Next message: Stanislav Malyshev: "[PHPLIB] default auth + nobody user"
- Previous message: Bob Strouper: "[PHPLIB] page_open() page_close() & registering/unregistering sess variables"
- In reply to: Josh Martel: "[PHPLIB] Sesssion problems (?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Josh Martel wrote:
> This message was sent from Geocrawler.com by "Josh Martel" <josh <email protected>>
> Be sure to reply to that address.
>
> I've gotten phplib installed and working as far
> as I can tell. However, when I load the
> index.php3 file from the pages/ dir of the dist,
> then click reload, the "per session data" number
> doesn't increase.
In your local.inc in the extended class: "class Example_Session extends Session"
just after the line:
"var $gc_probability = 5;
add this line:
var $allowcache = "no";
See the mailing list archives for discussions on "private" and "public" caching... or better yet
take a look at the function put_headers() in session.inc and see if you can come up with
something that is friendlier to all browsers/versions :-)
Shawn
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Stanislav Malyshev: "[PHPLIB] default auth + nobody user"
- Previous message: Bob Strouper: "[PHPLIB] page_open() page_close() & registering/unregistering sess variables"
- In reply to: Josh Martel: "[PHPLIB] Sesssion problems (?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

