Re: [PHPLIB] odd problems with phplib 7.2 From: Shawn Patton (shawn <email protected>)
Date: 01/12/00

apoorva wrote:

> system: win32 stand alone, apache 3.x.x, php 3.0.13. NS 4.7 and ie5.0
> having trouble working with phplib 7.2.
>
> problem:
> As soon as i enter index.php3 it gives me a cookie and i accept it. After that it says
> user_session=1. I try to reload the page the counter doesnt move.

In your local.inc in the extended Session add the line:
$allowcache = "no";
Or on a script per script basis:
$sess->allowcache = "no";

> another very odd thing that happens is that initiall the url will read.
> 127.0.0.1/index.php3
> after reload: 127.0.0.1/cgi-bin/php.exe/index.php3.

I imagine you are just using the win platform for development purposes only.
This URL should not break anything.
If you want a module version of php (php3.07) on your win platform, see the cygwin version at:
http://www.student.uni-koeln.de/cygwin/Distribution/Binary/?item=camp

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.