Re: [nyphp-talk] losing session with IE8 only

2009-09-09 Thread Michael Southwell
Quoting Carlos A Hoyos : Although it sounds like a php / browser version problem, I'd start by trouble shooting with the domain and security settings in the browser. It's likely that your dev and production boxes are different and have different domains, IE8 might have your prod domain under not

Re: [nyphp-talk] losing session with IE8 only

2009-09-09 Thread Carlos A Hoyos
>I'm in an odd situation where I'm losing my session but only with IE8 >and only with PHP 5.2.6, not with any other browsers and not on my dev >server with 5.3.0. Although it sounds like a php / browser version problem, I'd start by trouble shooting with the domain and security settings in the bro

Re: [nyphp-talk] losing session with IE8 only

2009-09-09 Thread Ricky Robinett
irect 212.691.3477 fax ri...@nylontechnology.com www.nylontechnology.com -Original Message- From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] On Behalf Of Michael Southwell Sent: Wednesday, September 09, 2009 9:49 AM To: talk@lists.nyphp.org Subject: [nyphp-talk] losing session

[nyphp-talk] losing session with IE8 only

2009-09-09 Thread Michael Southwell
I'm in an odd situation where I'm losing my session but only with IE8 and only with PHP 5.2.6, not with any other browsers and not on my dev server with 5.3.0. The controller script starts a session, sets a session variable, instantiates an object, and calls a method, about as simple as it