I think i have narrowed it down to this:

We have a load balancer which relocates a user to either A or B server. The
Load Balance sets a cookie to basically Identify the person it needs to send
the relocation request to.

Whats happening is the Client Vars are being set via Cookie within Server A,
you close your browser down and then come back, and you're now on Server B
with Client Cookies set by Server A... hence the Null as the servers going
WTF are you and what are you doing here.

I take it Client Vars stored in a DB will solve this correct?

Scott



"Scott Barnes" <[EMAIL PROTECTED]> wrote in message news:22985@cfaussie...
>
> We have our CFAPPLICATION Client Variable storage set to NO; In the CFIDE
> Administrator we have it set to "None".
> We have noticed that sometimes when you visit the site
> (http://www.queenslandholidays.com.au) it shows the following error:
>
> Error
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> null
> The error occurred in /webdata/production/Application.cfm: line 4
> 2 : <cfapplication name="qh" clientmanagement="no" sessionmanagement="Yes"
> setClientCookies="Yes" sessiontimeout="#CreateTimeSpan(0,0,20,0)#"
> applicationtimeout="#CreateTimeSpan(0,0,20,0)#">
> 3 :
> 4 : <!--- variables used within the site --->
> 5 : <cfparam name="application.dsnname" default="qh">
>
>
> Possible Problem?
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> We believe that this is due to the Client Cookie timing out (ie after 60
> days or whatever the default setting is for client.cookies), in that the
the
> "client" has timed out, but the server for some
> reason still expects the client to have the valid creditials.. ie its as
if
> there is no "IF Cookie Not Defined; Reset it again; else; use exsiting"
> workflow happening.
> Has anyone else experienced this?
>
>
> To Replicate the Above error do this:
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 1. Visit the website;
> 2. Then go to your cookies
> 3. Delete the cookie from http://www.queenslandholidays.com.au or
> "210.9.226.246" address.
> 4. Close down all instances of IE
> 5. Open IE to the website address and say "hello to my little friend"
>
> --
> Freelance Application Developer / Designer
> --
> ph: 07 3288 6702
> mob: 04040 32812
> --
> url: http://www.spidaweb.com
>
>
>
>



---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to