RE: Weird, inconsistent browser behavior

2002-06-04 Thread Brian Fox

Cookies disabled?

 -Original Message-
 From: Ian Lurie [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 04, 2002 2:32 PM
 To: CF-Talk
 Subject: Weird, inconsistent browser behavior
 
 
 Hi all,
 
 I've got an application on a server. If I, or anyone else I 
 know, browse the
 site, it works fine.
 
 ONE person is having the following problem: When they go to 
 the login screen
 and enter a username/password, they keep coming back to the 
 login page. And
 yes, they're entering the right password. It seems as if 
 their browser is
 ignoring the URL parameter that tells CF to go on to the next 
 page. They're
 using IE 5.5 SP1 on a Windows 2000 PC.
 
 Has anyone else experienced this?
 
 Ian
 
 Portent Interactive
 Helping clients build customer relationships on the web since 1995
 Consulting, design, development, measurement
 http://www.portentinteractive.com
 Talk with us: http://projects.portentinteractive.com
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weird, inconsistent browser behavior

2002-06-04 Thread Ian Lurie

I thought of that but the site uses session vars, no cookies necessary.

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:39 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior


Cookies disabled?

 -Original Message-
 From: Ian Lurie [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 04, 2002 2:32 PM
 To: CF-Talk
 Subject: Weird, inconsistent browser behavior


 Hi all,

 I've got an application on a server. If I, or anyone else I
 know, browse the
 site, it works fine.

 ONE person is having the following problem: When they go to
 the login screen
 and enter a username/password, they keep coming back to the
 login page. And
 yes, they're entering the right password. It seems as if
 their browser is
 ignoring the URL parameter that tells CF to go on to the next
 page. They're
 using IE 5.5 SP1 on a Windows 2000 PC.

 Has anyone else experienced this?

 Ian

 Portent Interactive
 Helping clients build customer relationships on the web since 1995
 Consulting, design, development, measurement
 http://www.portentinteractive.com
 Talk with us: http://projects.portentinteractive.com



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weird, inconsistent browser behavior

2002-06-04 Thread Chris Kief

After setting the session variables, are you then immediately
redirecting the user to the next page via cflocation?



-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 04, 2002 2:42 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior

I thought of that but the site uses session vars, no cookies necessary.

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:39 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior


Cookies disabled?

 -Original Message-
 From: Ian Lurie [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 04, 2002 2:32 PM
 To: CF-Talk
 Subject: Weird, inconsistent browser behavior


 Hi all,

 I've got an application on a server. If I, or anyone else I
 know, browse the
 site, it works fine.

 ONE person is having the following problem: When they go to
 the login screen
 and enter a username/password, they keep coming back to the
 login page. And
 yes, they're entering the right password. It seems as if
 their browser is
 ignoring the URL parameter that tells CF to go on to the next
 page. They're
 using IE 5.5 SP1 on a Windows 2000 PC.

 Has anyone else experienced this?

 Ian

 Portent Interactive
 Helping clients build customer relationships on the web since 1995
 Consulting, design, development, measurement
 http://www.portentinteractive.com
 Talk with us: http://projects.portentinteractive.com




__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Weird, inconsistent browser behavior

2002-06-04 Thread Jamie Jackson

You *are* using cookies, unless you are passing cfid/cftoken in the
url.

Jamie

On Tue, 4 Jun 2002 14:41:33 -0700, in cf-talk you wrote:

I thought of that but the site uses session vars, no cookies necessary.

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:39 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior


Cookies disabled?

 -Original Message-
 From: Ian Lurie [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 04, 2002 2:32 PM
 To: CF-Talk
 Subject: Weird, inconsistent browser behavior


 Hi all,

 I've got an application on a server. If I, or anyone else I
 know, browse the
 site, it works fine.

 ONE person is having the following problem: When they go to
 the login screen
 and enter a username/password, they keep coming back to the
 login page. And
 yes, they're entering the right password. It seems as if
 their browser is
 ignoring the URL parameter that tells CF to go on to the next
 page. They're
 using IE 5.5 SP1 on a Windows 2000 PC.

 Has anyone else experienced this?

 Ian

 Portent Interactive
 Helping clients build customer relationships on the web since 1995
 Consulting, design, development, measurement
 http://www.portentinteractive.com
 Talk with us: http://projects.portentinteractive.com




__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weird, inconsistent browser behavior

2002-06-04 Thread Ian Lurie

Yess

Should I use location.href instead?

-Original Message-
From: Chris Kief [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:54 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior


After setting the session variables, are you then immediately
redirecting the user to the next page via cflocation?



-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:42 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior

I thought of that but the site uses session vars, no cookies necessary.

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:39 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior


Cookies disabled?

 -Original Message-
 From: Ian Lurie [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 04, 2002 2:32 PM
 To: CF-Talk
 Subject: Weird, inconsistent browser behavior


 Hi all,

 I've got an application on a server. If I, or anyone else I
 know, browse the
 site, it works fine.

 ONE person is having the following problem: When they go to
 the login screen
 and enter a username/password, they keep coming back to the
 login page. And
 yes, they're entering the right password. It seems as if
 their browser is
 ignoring the URL parameter that tells CF to go on to the next
 page. They're
 using IE 5.5 SP1 on a Windows 2000 PC.

 Has anyone else experienced this?

 Ian

 Portent Interactive
 Helping clients build customer relationships on the web since 1995
 Consulting, design, development, measurement
 http://www.portentinteractive.com
 Talk with us: http://projects.portentinteractive.com





__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weird, inconsistent browser behavior

2002-06-04 Thread Ian Lurie

You're right, sorry - too little caffeine today.

-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:59 PM
To: CF-Talk
Subject: Re: Weird, inconsistent browser behavior


You *are* using cookies, unless you are passing cfid/cftoken in the
url.

Jamie

On Tue, 4 Jun 2002 14:41:33 -0700, in cf-talk you wrote:

I thought of that but the site uses session vars, no cookies necessary.

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:39 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior


Cookies disabled?

 -Original Message-
 From: Ian Lurie [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 04, 2002 2:32 PM
 To: CF-Talk
 Subject: Weird, inconsistent browser behavior


 Hi all,

 I've got an application on a server. If I, or anyone else I
 know, browse the
 site, it works fine.

 ONE person is having the following problem: When they go to
 the login screen
 and enter a username/password, they keep coming back to the
 login page. And
 yes, they're entering the right password. It seems as if
 their browser is
 ignoring the URL parameter that tells CF to go on to the next
 page. They're
 using IE 5.5 SP1 on a Windows 2000 PC.

 Has anyone else experienced this?

 Ian

 Portent Interactive
 Helping clients build customer relationships on the web since 1995
 Consulting, design, development, measurement
 http://www.portentinteractive.com
 Talk with us: http://projects.portentinteractive.com





__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weird, inconsistent browser behavior

2002-06-04 Thread UXB Internet

Session vars and client vars rely on either cookies or URL variables to keep
track of state.  Remember: The web is stateless.


Best regards,

Dennis Powers
UXB Internet - A Web Design and Hosting Company
tel: (203)879-2844  fax: (203)879-6254
http://www.uxbinternet.com/
http://dennis.uxb.net/


-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 5:42 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior

I thought of that but the site uses session vars, no cookies necessary.

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:39 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior


Cookies disabled?

 -Original Message-
 From: Ian Lurie [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 04, 2002 2:32 PM
 To: CF-Talk
 Subject: Weird, inconsistent browser behavior


 Hi all,

 I've got an application on a server. If I, or anyone else I
 know, browse the
 site, it works fine.

 ONE person is having the following problem: When they go to
 the login screen
 and enter a username/password, they keep coming back to the
 login page. And
 yes, they're entering the right password. It seems as if
 their browser is
 ignoring the URL parameter that tells CF to go on to the next
 page. They're
 using IE 5.5 SP1 on a Windows 2000 PC.

 Has anyone else experienced this?

 Ian

 Portent Interactive
 Helping clients build customer relationships on the web since 1995
 Consulting, design, development, measurement
 http://www.portentinteractive.com
 Talk with us: http://projects.portentinteractive.com




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weird, inconsistent browser behavior

2002-06-04 Thread Ian Lurie

OK, the client has cookies turned on. I'm setting session vars and am now
using location.href to redirect them immediately after that. I'm not
attaching URLTOKEN, but if cookies are on it's my understanding that that's
not necessary.

-Original Message-
From: UXB Internet [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 3:54 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior


Session vars and client vars rely on either cookies or URL variables to keep
track of state.  Remember: The web is stateless.


Best regards,

Dennis Powers
UXB Internet - A Web Design and Hosting Company
tel: (203)879-2844  fax: (203)879-6254
http://www.uxbinternet.com/
http://dennis.uxb.net/


-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 5:42 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior

I thought of that but the site uses session vars, no cookies necessary.

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:39 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior


Cookies disabled?

 -Original Message-
 From: Ian Lurie [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 04, 2002 2:32 PM
 To: CF-Talk
 Subject: Weird, inconsistent browser behavior


 Hi all,

 I've got an application on a server. If I, or anyone else I
 know, browse the
 site, it works fine.

 ONE person is having the following problem: When they go to
 the login screen
 and enter a username/password, they keep coming back to the
 login page. And
 yes, they're entering the right password. It seems as if
 their browser is
 ignoring the URL parameter that tells CF to go on to the next
 page. They're
 using IE 5.5 SP1 on a Windows 2000 PC.

 Has anyone else experienced this?

 Ian

 Portent Interactive
 Helping clients build customer relationships on the web since 1995
 Consulting, design, development, measurement
 http://www.portentinteractive.com
 Talk with us: http://projects.portentinteractive.com





__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weird, inconsistent browser behavior

2002-06-04 Thread Chris Kief

So if they're not allowing cookies - problem solved.

If cookies are working fine, then you should be checking to see if the
session vars are being set before cflocation exectutes. In some
situations, these vars won't be set properly (or at all!!). MM has a
tech note about this here with some workarounds:

http://www.macromedia.com/v1/Handlers/index.cfm?ID=22712Method=Full

chris



-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 04, 2002 3:45 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior

You're right, sorry - too little caffeine today.

-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:59 PM
To: CF-Talk
Subject: Re: Weird, inconsistent browser behavior


You *are* using cookies, unless you are passing cfid/cftoken in the
url.

Jamie

On Tue, 4 Jun 2002 14:41:33 -0700, in cf-talk you wrote:

I thought of that but the site uses session vars, no cookies necessary.

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:39 PM
To: CF-Talk
Subject: RE: Weird, inconsistent browser behavior


Cookies disabled?

 -Original Message-
 From: Ian Lurie [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 04, 2002 2:32 PM
 To: CF-Talk
 Subject: Weird, inconsistent browser behavior


 Hi all,

 I've got an application on a server. If I, or anyone else I
 know, browse the
 site, it works fine.

 ONE person is having the following problem: When they go to
 the login screen
 and enter a username/password, they keep coming back to the
 login page. And
 yes, they're entering the right password. It seems as if
 their browser is
 ignoring the URL parameter that tells CF to go on to the next
 page. They're
 using IE 5.5 SP1 on a Windows 2000 PC.

 Has anyone else experienced this?

 Ian

 Portent Interactive
 Helping clients build customer relationships on the web since 1995
 Consulting, design, development, measurement
 http://www.portentinteractive.com
 Talk with us: http://projects.portentinteractive.com






__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists