I have a couple of problems with my client variable storage on CF8.
Storage is in a sql server db:
- cdata has no data.
- cglobal is growing very quickly. It seems that every new page request is generating a new entry on this table. I have some ajax requests that poll every second, so it's hammering the db and slowing everything down.
Any ideas as to how I can debug either of these issues would be welcome, thanks.