Re: Re: [PHP-WIN] PHP sessions in Windows

2002-12-05 Thread gary
Opps sorry wrong reply to wrong email :os [EMAIL PROTECTED] wrote on 05.12.2002, 12:01:04: > try here http://pear.php.net/ > > Juan Rosero wrote on 04.12.2002, 23:50:51: > > Hello, > > I've been trying to run a PHP program called PHPList 1.9.3 available at > > http://www.phplist.com/files/. The

Re: [PHP-WIN] PHP sessions in Windows

2002-12-05 Thread gary
try here http://pear.php.net/ Juan Rosero <[EMAIL PROTECTED]> wrote on 04.12.2002, 23:50:51: > Hello, > I've been trying to run a PHP program called PHPList 1.9.3 available at > http://www.phplist.com/files/. The program does not seem to retain it's > sessions when running on a Windows environment

[PHP-WIN] PHP sessions in Windows

2002-12-04 Thread Juan Rosero
Hello, I've been trying to run a PHP program called PHPList 1.9.3 available at http://www.phplist.com/files/. The program does not seem to retain it's sessions when running on a Windows environment. The program runs well on my Mac OS X 10.2 "Jaguar". Here is the info on my Windows machine: Windows

[PHP-WIN] PHP Sessions and Redirects... (was Re: [PHP-WIN] Redirect browserto another URL?)

2002-11-27 Thread Luis Ferro
If there are sessions involved, this second method is prefered, because it will give PHP a chance to change the server sessions. Sessions can be VERY tricky, specially if one expects the changes of a var to reflect immediatly in the session... they won't... and it is prefered that you issue a c

[PHP-WIN] php sessions

2002-10-29 Thread Mark Anderson
Hi! I'm running an apache server 1.3.24 and php 4.2.1 as a module on win2000 professional. i just cant read the cookies from the clients nor can the session_start, session_register and other functions of this library. does anyone have a solution? thanks in advance mark Sent by Medscape Mail

Re: [PHP-WIN] Php Sessions - Well, they don't work :-\

2002-10-14 Thread Ignatius Reilly
t;PHP Helplist Windows" <[EMAIL PROTECTED]> Sent: Monday, October 14, 2002 10:38 PM Subject: [PHP-WIN] Php Sessions - Well, they don't work :-\ > The problem is my sessions don't work properly... the ID is stored and saved > in the cookie fine, and the PHP script can ev

[PHP-WIN] Php Sessions - Well, they don't work :-\

2002-10-14 Thread Stephen Edmonds
The problem is my sessions don't work properly... the ID is stored and saved in the cookie fine, and the PHP script can even acces the Session ID value in the cookie. However, when you call session_start(); it mearly creates a new session/session ID instead of resuming. I can pass on the session i

RE: [PHP-WIN] PHP Sessions

2002-05-20 Thread Aziz Durmaz
PROTECTED] Subject: [PHP-WIN] PHP Sessions Hey, I am trying to work out PHP sessions, but are having some trouble at the first step. This code, which should be simplistic: Results in this output: Warning: open(/tmp\sess_52be4d339fbffacf1efc495cf16ed383, O_RDWR) failed: m (2) in c:/documents/web

[PHP-WIN] PHP Sessions

2002-05-19 Thread Ben
Hey, I am trying to work out PHP sessions, but are having some trouble at the first step. This code, which should be simplistic: Results in this output: Warning: open(/tmp\sess_52be4d339fbffacf1efc495cf16ed383, O_RDWR) failed: m (2) in c:/documents/web/page1.php on line 2 your session id is: 5

Re: [PHP-WIN] PHP sessions under Win2k AS

2001-08-22 Thread Angie Tollerson
hmmm, this is just a shot in the dark...but do your scripts have a die() statement on them? Somebody correct me if I'm wrong..but if I didn't have die's on all my possible errors or a die at the end of my scripts, sometimes they would open multiple instances. Especially when working with phpDO

[PHP-WIN] PHP sessions under Win2k AS

2001-08-22 Thread Mike Duin
Hi All, I am running PHP 4.0.4 on Win2k Advanced Server, but because of the huge amount of traffic the surfer stops working When I take a look @ the taskmanager I see an average of 70 php sessions.mmm.he doesnt like that. All the sessions are from one script that reads a file fro