Re: [PHP] sessions in php4

2001-10-01 Thread Alex Shi
;[EMAIL PROTECTED]> Sent: Monday, October 01, 2001 9:54 PM Subject: [PHP] sessions in php4 hi all, i'm using a php4.0.6 with apache on win2k. when i register a session and immediately if i redirect to another page the session seems not to be registered. eg. when i go to the new page i c

Re: [PHP] sessions in php4

2001-10-01 Thread Mukul Sabharwal
Hi, Well probably because you've got that automatic PHPSESSID thing carryover in your php.ini which through your situation indicates that it doesn't work in a header() so either you'll put cookies on, or use PHPSESSID. = * Know more about me: http://www.geocit

[PHP] sessions in php4

2001-10-01 Thread sagar N Chand
hi all, i'm using a php4.0.6 with apache on win2k. when i register a session and immediately if i redirect to another page the session seems not to be registered. eg. when i go to the new page i c that the session has not been reigstered. but in case if i dont redirect from php rather use a h