[ACFUG Discuss] client scope not updating

2007-04-05 Thread Steven Ross

We have one place in our application where we are trying to set a
variable in the client scope and I can see in the logs that the new
values are going in (and being set) but, when I read them back out I
get the values at login.

Ok, I have checked the url token and it is correct on all the requests.

this is really bugging me...

-Steven

--
Steven Ross
web application & interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] client scope not updating

2007-04-05 Thread Dean H. Saxe
Where is the client scope set?  DB or cookies?  If its DB, make sure  
the size of the data is not greater than the column width.  If its  
cookies, make sure the data isn't longer than the acceptable size for  
all cookies for a domain, 4k iirc.


-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
"What difference does it make to the dead,  the orphans, and the  
homeless, whether the  mad destruction is wrought under the name of  
totalitarianism or the holy name of  liberty and democracy? "

--Gandhi


On Apr 5, 2007, at 5:25 PM, Steven Ross wrote:


We have one place in our application where we are trying to set a
variable in the client scope and I can see in the logs that the new
values are going in (and being set) but, when I read them back out I
get the values at login.

Ok, I have checked the url token and it is correct on all the  
requests.


this is really bugging me...

-Steven

--
Steven Ross
web application & interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @ http:// 
www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] client scope not updating

2007-04-05 Thread Steven Ross

Size isn't the issue. We are storing them in the browser but, here is
the funky part. We are calling the methods via the query string. They
are CFC's being called via flash with the remote flag set on the
function.

Should this work?

-Steven

On 4/5/07, Dean H. Saxe <[EMAIL PROTECTED]> wrote:

Where is the client scope set?  DB or cookies?  If its DB, make sure
the size of the data is not greater than the column width.  If its
cookies, make sure the data isn't longer than the acceptable size for
all cookies for a domain, 4k iirc.

-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
"What difference does it make to the dead,  the orphans, and the
homeless, whether the  mad destruction is wrought under the name of
totalitarianism or the holy name of  liberty and democracy? "
 --Gandhi


On Apr 5, 2007, at 5:25 PM, Steven Ross wrote:

> We have one place in our application where we are trying to set a
> variable in the client scope and I can see in the logs that the new
> values are going in (and being set) but, when I read them back out I
> get the values at login.
>
> Ok, I have checked the url token and it is correct on all the
> requests.
>
> this is really bugging me...
>
> -Steven
>
> --
> Steven Ross
> web application & interface developer
> http://www.zerium.com
> [mobile] 404-488-4364
> [fax] 267-482-4364
>
>
> -
> To unsubscribe from this list, manage your profile @ http://
> www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>



-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







--
Steven Ross
web application & interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] client scope not updating

2007-04-06 Thread Darin Kohles
If your functions do not live under the same web root as your Flash, but
rely on CF mapping, you might want to set up an extension file locally.
This basically instantiates the cfc in the local scope:




Darin Kohles, Application Developer
[EMAIL PROTECTED]
Digital Positions, Inc.
2289 Peachtree Road NE
Atlanta, GA 30309

404-351-2366 phone
404-351-4055 fax
http://www.d-p.com/ 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Thursday, April 05, 2007 5:40 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] client scope not updating

Size isn't the issue. We are storing them in the browser but, here is
the funky part. We are calling the methods via the query string. They
are CFC's being called via flash with the remote flag set on the
function.

Should this work?

-Steven

On 4/5/07, Dean H. Saxe <[EMAIL PROTECTED]> wrote:
> Where is the client scope set?  DB or cookies?  If its DB, make sure 
> the size of the data is not greater than the column width.  If its 
> cookies, make sure the data isn't longer than the acceptable size for 
> all cookies for a domain, 4k iirc.
>
> -dhs
>
>
> Dean H. Saxe, CISSP, CEH
> [EMAIL PROTECTED]
> "What difference does it make to the dead,  the orphans, and the 
> homeless, whether the  mad destruction is wrought under the name of 
> totalitarianism or the holy name of  liberty and democracy? "
>  --Gandhi
>
>
> On Apr 5, 2007, at 5:25 PM, Steven Ross wrote:
>
> > We have one place in our application where we are trying to set a 
> > variable in the client scope and I can see in the logs that the new 
> > values are going in (and being set) but, when I read them back out I

> > get the values at login.
> >
> > Ok, I have checked the url token and it is correct on all the 
> > requests.
> >
> > this is really bugging me...
> >
> > -Steven
> >
> > --
> > Steven Ross
> > web application & interface developer http://www.zerium.com [mobile]

> > 404-488-4364 [fax] 267-482-4364
> >
> >
> > -
> > To unsubscribe from this list, manage your profile @ http:// 
> > www.acfug.org?fa=login.edituserform
> >
> > For more info, see http://www.acfug.org/mailinglists Archive @ 
> > http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by http://www.fusionlink.com
> > -
> >
> >
> >
>
>
>
> -
> To unsubscribe from this list, manage your profile @ 
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists Archive @ 
> http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>
>


--
Steven Ross
web application & interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] client scope not updating

2007-04-06 Thread Steven Ross

Our flash application is under the same webroot as our cfc's.

I have talked to some other folks and it seems like this is either a
bug or it is just an undocumented limitation [ is that the same thing?
; )  ]

We see the request come in and log the client scope and then when the
page returns it gets reset back to what it was before.


-Steven

On 4/6/07, Darin Kohles <[EMAIL PROTECTED]> wrote:

If your functions do not live under the same web root as your Flash, but
rely on CF mapping, you might want to set up an extension file locally.
This basically instantiates the cfc in the local scope:




Darin Kohles, Application Developer
[EMAIL PROTECTED]
Digital Positions, Inc.
2289 Peachtree Road NE
Atlanta, GA 30309

404-351-2366 phone
404-351-4055 fax
http://www.d-p.com/
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Thursday, April 05, 2007 5:40 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] client scope not updating

Size isn't the issue. We are storing them in the browser but, here is
the funky part. We are calling the methods via the query string. They
are CFC's being called via flash with the remote flag set on the
function.

Should this work?

-Steven

On 4/5/07, Dean H. Saxe <[EMAIL PROTECTED]> wrote:
> Where is the client scope set?  DB or cookies?  If its DB, make sure
> the size of the data is not greater than the column width.  If its
> cookies, make sure the data isn't longer than the acceptable size for
> all cookies for a domain, 4k iirc.
>
> -dhs
>
>
> Dean H. Saxe, CISSP, CEH
> [EMAIL PROTECTED]
> "What difference does it make to the dead,  the orphans, and the
> homeless, whether the  mad destruction is wrought under the name of
> totalitarianism or the holy name of  liberty and democracy? "
>  --Gandhi
>
>
> On Apr 5, 2007, at 5:25 PM, Steven Ross wrote:
>
> > We have one place in our application where we are trying to set a
> > variable in the client scope and I can see in the logs that the new
> > values are going in (and being set) but, when I read them back out I

> > get the values at login.
> >
> > Ok, I have checked the url token and it is correct on all the
> > requests.
> >
> > this is really bugging me...
> >
> > -Steven
> >
> > --
> > Steven Ross
> > web application & interface developer http://www.zerium.com [mobile]

> > 404-488-4364 [fax] 267-482-4364
> >
> >
> > -
> > To unsubscribe from this list, manage your profile @ http://
> > www.acfug.org?fa=login.edituserform
> >
> > For more info, see http://www.acfug.org/mailinglists Archive @
> > http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by http://www.fusionlink.com
> > -
> >
> >
> >
>
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists Archive @
> http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>
>


--
Steven Ross
web application & interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?falogin.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







--
Steven Ross
web application & interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-