-
1. Re: CF keeps issuing new CFIDs for my session
Steve Sommers Oct 21, 2013 8:33 AM (in response to Aegis Kleais)Are you setting THIS.setClientCookies = true? If this does not correct the issues load up a client side diagnostic tool and start capturning the page requests and responses and look carefully at the cookies. I use either IE and the F12 developer tool or the Firefox plug-in Firebug.
-
2. Re: CF keeps issuing new CFIDs for my session
Aegis Kleais Oct 21, 2013 9:39 AM (in response to Steve Sommers)That's exactly it, Steve.
I was re-reading over my CFWACK Vol 1 section on cookies and I got to the same part which stated that, even though I was fooled by its use of "CLIENT" (associating that with CLIENT scope, rather than the client browser), my application had that set to FALSE originally (again, cause I assumed it meant setting CFID/CFTOKEN for CLIENT scope, which I have disabled).
Once I set it back to TRUE, my reloading of the page that is dumping the SESSION scope now shows the same CFID/CFTOKEN and I can inspect the cookies on my machine for that domain and see them just fine.

