CFWindow in CF11 does not work with cookies off
Moving a client to CF 11 server from CF 9 and when testing discovered that CFWIndows all fail if cookies are turned off in the browser. It looks like some sort of security issue because browser console reports security . If cookies are on everything works fine.
ReferenceError: reference to undefined property Ext.Window
TypeError: Ext.Window is not a constructor
SecurityError: The operation is insecure.
<anonymous> /ajax/ext/ext-all.js:18:87372
<anonymous>
Once I got an error about trying to access locastorage?
Is there any fix for this so that we don't have to replace all cfwindows with a jquery equivalent?
Any help appreciated
Forrest
