Re: Bizarre Client Variables problem

2001-04-07 Thread Jon Hall
I've never seen anything like this...check your login script to make sure it is setting the proper client variables. Check your queries too...Use clientvariablelist() to view what the variables are being set to. Make sure your users are not logging in from the same computer without closing all bro

Re: Bizarre Client Variables problem

2001-04-07 Thread W Luke
<[EMAIL PROTECTED]> Newsgroups: dotcom.lists.cftalk Sent: Saturday, April 07, 2001 3:18 PM Subject: Re: Bizarre Client Variables problem > I've never seen anything like this...check your login script to make sure it > is setting the proper client variables. Check your queries too...Use &g

RE: Bizarre Client Variables problem

2001-04-07 Thread Peter Tilbrook
Try appending the CDIF and CFTOKEN to your transactions (eg: URL's, forms, etc) eg: This should ensure that your application can differentiate which client is making the request. You should use this method throughout your app. -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]]

RE: Bizarre Client Variables problem

2001-04-07 Thread Peter Tilbrook
TIP: it can help to have two browser sessions open to track your applications. They should be different browsers (ie: one Navigator and the other IE) as CF identifies them is different "clients". Whack a header at the top of your pages (for testing purposes) displaying your applicats client varia