Re: Mozilla or Linux

2004-10-26 Thread Chris Jensen
Robert Orlini wrote: > Works fine on Mozilla/Firefox in Windows...I don't have any different cookies > settings that I am aware of... Have you tried using the Live HTTP Headers plugin in Mozilla? Try installing it on the linux and windows copies, and it can show you if both really are sending th

RE: Mozilla or Linux

2004-10-26 Thread Robert Orlini
Works fine on Mozilla/Firefox in Windows...I don't have any different cookies settings that I am aware of... -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 1:31 PM To: CF-Talk Subject: Re: Mozilla or Linux Robert Orlini wrote:

Re: Mozilla or Linux

2004-10-26 Thread Barney Boisvert
Just add false as the third parameter, adn CF won't complain if the variable is missing. Not going to solve an underlying problem (which is probably cookie related), but it'll stop the errors. cheers, barneyb On Tue, 26 Oct 2004 13:19:54 -0400, Robert Orlini <[EMAIL PROTECTED]> wrote: > I'm runn

RE: Mozilla or Linux

2004-10-26 Thread Pascal Peters
Sounds like a cookie problem. You are probably loosing your session vars. Test to see if it exists before you delete it. Pascal > -Original Message- > From: Robert Orlini [mailto:[EMAIL PROTECTED] > Sent: 26 October 2004 19:20 > To: CF-Talk > Subject: Mozilla or Linux > > I'm running CFM

Re: Mozilla or Linux

2004-10-26 Thread Damien McKenna
Robert Orlini wrote: >My login.cfm page generates a "undefined session variable" error when I run it on >Mozilla. It has to do with the last line: temp=structdelete(session,"errormsg")> > > Does it run fine on Mozilla/Firefox on Windows or IE? Do you have the cookie settings different on Mozi