Thanks, Debbie.

I assume the same limit does not apply to session variables so I might just
recode a few areas.

>>-----Original Message-----
>>From: Debbie Dickerson [mailto:[EMAIL PROTECTED]]
>>Sent: Monday, December 02, 2002 3:44 PM
>>To: CF-Talk
>>Subject: RE: client variables disappearing
>>
>>If you're using CF5 or earlier, yes, there is a limit (65k).
>>http://www.macromedia.com/v1/Handlers/index.cfm?ID=22902&Method=Full
>>
>>
>>-----Original Message-----
>>From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED]]
>>Sent: Monday, December 02, 2002 4:28 PM
>>To: CF-Talk
>>Subject: client variables disappearing
>>
>>
>>Is there a limit to the total amount of information stored in client
>>variables per user?
>>
>>I am having random client variables become undefined for no reason.  It is
>>not consistently the same variable, it's not a loss of state issue as we
>>have cfid/cftoken in the url and I'm allowing cookies to be set in my
>>browser as well.
>>
>><cfloop list="#getclientvariableslist()#" index="i">
>>            <cfset variables.testvar = variables.testvar &
>>evaluate("client." & i)>
>></cfloop>
>>
>><cfdump var="#len(variables.testvar)#">
>>
>>The length of variables.testvar = 66817, which makes me wonder if I am
>>hitting a 65000 limit somewhere.
>>
>>We are storing client variables in a sql2k db.  I have tried upping the
>>Long
>>Text Buffer Size up to the max it will allow(999999), but this doesn't
>>seem
>>to help.  (I'm not sure if it should or not, but something to try).  Does
>>the cf service need to be restarted for this change to take effect?
>>
>>What else might be causing this?  The macromedia forums don't seem to have
>>any entries similiar to this, but it's hard to believe no one has hit this
>>limit before.
>>Matthew P. Smith
>>Web Developer, Object Oriented
>>Naval Education & Training Professional
>>Development & Technology Center
>>(NETPDTC)
>>(850)452-1001 ext. 1245
>>[EMAIL PROTECTED]
>>
>>
>>
>>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to