[PHP] Session problems based on browser?

2002-06-18 Thread Bob Irwin
G'day, I'm using scripts that are using sessions. A user logs into a main page with a master list of database entries. They go to another page, add a new database entry and it appears on the master list. The user adds another database entry and upon going back to the master list, the new

Re: [PHP] Session problems based on browser?

2002-06-18 Thread Chris Shiflett
I'm not sure if this might be related to the problem you're having, but Internet Explorer has a long history of poor cookie implementation, from the browser allowing anyone to read cookies from any site (versions 4.0 - 6.0) to the browser not sending the cookie information in subsequent

Re: [PHP] Session problems based on browser?

2002-06-18 Thread Bob Irwin
[EMAIL PROTECTED] Cc: php-general [EMAIL PROTECTED] Sent: Wednesday, June 19, 2002 11:36 AM Subject: Re: [PHP] Session problems based on browser? I'm not sure if this might be related to the problem you're having, but Internet Explorer has a long history of poor cookie implementation, from

Re: [PHP] Session problems based on browser?

2002-06-18 Thread Bob Irwin
: [PHP] Session problems based on browser? I'm not sure if this might be related to the problem you're having, but Internet Explorer has a long history of poor cookie implementation, from the browser allowing anyone to read cookies from any site (versions 4.0 - 6.0) to the browser not sending

Re: [PHP] Session problems based on browser?

2002-06-18 Thread Chris Shiflett
Netcom - Original Message - From: Chris Shiflett [EMAIL PROTECTED] To: Bob Irwin [EMAIL PROTECTED] Cc: php-general [EMAIL PROTECTED] Sent: Wednesday, June 19, 2002 11:36 AM Subject: Re: [PHP] Session problems based on browser? I'm not sure if this might be related to the problem you're

RE: [PHP] Session problems based on browser?

2002-06-18 Thread César Aracena
in a DB or file??? -Original Message- From: Bob Irwin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 8:57 PM To: php-general Subject: [PHP] Session problems based on browser? G'day, I'm using scripts that are using sessions. A user logs into a main page with a master

Re: [PHP] Session problems based on browser?

2002-06-18 Thread Chris Shiflett
- From: Bob Irwin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 8:57 PM To: php-general Subject: [PHP] Session problems based on browser? G'day, I'm using scripts that are using sessions. A user logs into a main page with a master list of database entries. They go to another

Re: [PHP] Session problems based on browser?

2002-06-18 Thread Bob Irwin
Irwin' [EMAIL PROTECTED]; 'php-general' [EMAIL PROTECTED] Sent: Wednesday, June 19, 2002 1:38 PM Subject: Re: [PHP] Session problems based on browser? I mentioned a couple in a previous email: header(Expires: . gmdate(D, d M Y H:i:s, time()) . GMT); header(Cache-Control: Private); Most HTTP