[PHP-DEV] Bug #8545 Updated: Session variables not carried forward in Netscape Client

2002-02-03 Thread yohgaki

 ID:   8545
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Analyzed
+Status:   Feedback
 Bug Type: Session related
 Operating System: Linux RH 6.2
 PHP Version:  4.0.6RC3
 New Comment:

To reporter: Is this bug still in PHP 4.1.1?


Previous Comments:


[2002-01-06 22:13:19] [EMAIL PROTECTED]

Is this bug outstanding?
To reporter: please update PHP Version. (i.e. Try  with 4.2.0-dev)



[2001-06-14 23:12:11] [EMAIL PROTECTED]

Seems like the session_start() doesn set the cookie when
Apache is run in Inetd mode. Reproduced with PHP 4.0.6RC3




[2001-02-28 04:03:15] [EMAIL PROTECTED]

hi,
observation is same even with the latest one.

rgds
Bhaskar



[2001-02-27 18:17:25] [EMAIL PROTECTED]

Does this happen with latest CVS snapshot from http://snaps.php.net/
??

--Jani




[2001-01-16 08:03:21] [EMAIL PROTECTED]

Hi,
an update on this.
This problem is observed if the server type in apache web server is
INETD. If we run apache as standalone it works fine.

can u check this and revert why sessions are not working in netscape if
apache runs as inetd.

rgds
Bhaskar



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/8545

-- 
Edit this bug report at http://bugs.php.net/?id=8545edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Bug #8545 Updated: Session variables not carried forward in Netscape Client

2002-01-06 Thread yohgaki

ID: 8545
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Status: Analyzed
Bug Type: Session related
Operating System: Linux RH 6.2
PHP Version: 4.0.6RC3
New Comment:

Is this bug outstanding?
To reporter: please update PHP Version. (i.e. Try  with 4.2.0-dev)

Previous Comments:


[2001-06-14 23:12:11] [EMAIL PROTECTED]

Seems like the session_start() doesn set the cookie when
Apache is run in Inetd mode. Reproduced with PHP 4.0.6RC3




[2001-02-28 04:03:15] [EMAIL PROTECTED]

hi,
observation is same even with the latest one.

rgds
Bhaskar



[2001-02-27 18:17:25] [EMAIL PROTECTED]

Does this happen with latest CVS snapshot from http://snaps.php.net/
??

--Jani




[2001-01-16 08:03:21] [EMAIL PROTECTED]

Hi,
an update on this.
This problem is observed if the server type in apache web server is
INETD. If we run apache as standalone it works fine.

can u check this and revert why sessions are not working in netscape if
apache runs as inetd.

rgds
Bhaskar



[2001-01-10 06:59:28] [EMAIL PROTECTED]

can i have the design team views asap.

thanks in advance
Bhaskar



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=8545


Edit this bug report at http://bugs.php.net/?id=8545edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #8545 Updated: Session variables not carried forward in Netscape Client

2001-06-18 Thread sniper

ID: 8545
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Analyzed
Bug Type: *Session related
Operating system: 
PHP Version: 4.0.6RC3
Assigned To: 
Comments:

Seems like the session_start() doesn set the cookie when
Apache is run in Inetd mode. Reproduced with PHP 4.0.6RC3


Previous Comments:
---

[2001-02-28 04:03:15] [EMAIL PROTECTED]
hi,
observation is same even with the latest one.

rgds
Bhaskar

---

[2001-02-27 18:17:25] [EMAIL PROTECTED]
Does this happen with latest CVS snapshot from http://snaps.php.net/ ??

--Jani


---

[2001-01-16 08:03:21] [EMAIL PROTECTED]
Hi,
an update on this.
This problem is observed if the server type in apache web server is INETD. If we run 
apache as standalone it works fine.

can u check this and revert why sessions are not working in netscape if apache runs as 
inetd.

rgds
Bhaskar

---

[2001-01-10 06:59:28] [EMAIL PROTECTED]
can i have the design team views asap.

thanks in advance
Bhaskar

---

[2001-01-08 04:42:01] [EMAIL PROTECTED]
I am attaching the script of two files first.php and second.php which can be used to 
reproduce this.

beginning of first.php-
?
session_start();
session_register(test);
$test=firstpage;
?
html
head
titlePhp Bug reporting page/title/head
body
a href=second.phpClick here to goto next page/a/table
/body
/html
-end of first.php---
---beginning of second.php---
?
session_start();
echo $test;
session_unset();?
htmlhead
titlePhp Bug reporting page/title/head
body
a href=first.phpClick here to goto first page/a/table
/body
/html
--end of second.php-

On clicking the hyperlink of the first page, i should see the value of variable test 
and an hyperlink. this comes in Ie and not in netscape.

hope this will help u in finding the problem i am having.

rgds
Bhaskar


---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8545edit=2


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]