[nyphp-talk] Distance PHP training?

2008-03-19 Thread leam
O'Reilly has their PHP and MySQL training. I have a work sponsored business re-imbursement of $250 twice per year for training (staggeringly big budget, eh?). Anyone know of any other PHP training I can look at that's delivered over a distance? O'Reilly: http://www.oreillyschool.com/courses/php-

Re: [nyphp-talk] PHP, Browser or MySQL Problem

2008-03-19 Thread Tom Melendez
Since you've said they all access the same scripts, I'll assume that there is no instances of redirection or function calls based on browser, then? Can you pinpoint where it is that you are losing the session var (which page)? Have you looked at the sites with Live Headers (FF) and Fiddler (IE) t

Re: [nyphp-talk] PHP, Browser or MySQL Problem

2008-03-19 Thread Matt Juszczak
Most likely a cookies issue. Are cookies turned on in one browser but not in another? Configured differently? On Wed, 19 Mar 2008, PaulCheung wrote: Has anybody run across this before? I am using three different browsers to test the same PHP scripts and MySQL database. The application's

[nyphp-talk] PHP, Browser or MySQL Problem

2008-03-19 Thread PaulCheung
Has anybody run across this before? I am using three different browsers to test the same PHP scripts and MySQL database. The application's scripts work by sharing/passing SESSIONS variables. Here is the problem, in one browser (Explorer) all works as expected and the session variable nam

Re: [nyphp-talk] safari and sessions?

2008-03-19 Thread csnyder
On Wed, Mar 19, 2008 at 1:03 PM, csnyder <[EMAIL PROTECTED]> wrote: > > Also, that implies that _any_ app using WebKit for rendering is going > to share cookies, and that should definitely not be the case. Ew. ... and that is exactly what happens, even when using Fluid.app browsers that are suppos

Re: [nyphp-talk] safari and sessions?

2008-03-19 Thread csnyder
Rob Marscher wrote: > I found that the Safari RSS reader and Mail app share cookies with Safari > itself but use different user-agent strings. That sounds like a bug / vulnerability to me. Why does Mail.app need my cookies? Also, that implies that _any_ app using WebKit for rendering is goin

Re: [nyphp-talk] safari and sessions?

2008-03-19 Thread Mitch Pirtle
On Tue, Mar 18, 2008 at 3:20 PM, Rob Marscher <[EMAIL PROTECTED]> wrote: > One other possibility... do you use browser user-agents as part of > your session security? And if so, do you have rss feeds? I found > that the Safari RSS reader and Mail app share cookies with Safari > itself but use