Re: [ACFUG Discuss] client scope not updating

2007-04-06 Thread Steven Ross
t: 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

RE: [ACFUG Discuss] client scope not updating

2007-04-06 Thread Darin Kohles
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

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: Wh

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]

[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 request