HI folks,
This thread builds upon the discussion here - https://mail.google.com/mail/u/1/?ui=2&shva=1#search/from%3Ame/13ff25befd2b3a23 - in terms of load on the app/system.
My app essentially doesn’t need to use session or client managment, so I disabled the settings in my Application.cfc. Ultimately I’m trying to remove as much strain on the server as possible, thus removing the need for new sessions to be spun up.
I also removed any DI references to the sessionStorage plugin, and changed my CB config to use ‘application’ for the flashURLPersistScope setting.
When i disabled the settings I received the following error (see below).
It seems that (by default ??) CB requires session management to be on? Is there a way to disable this, or could I be missing something?
Thanks!
Nolan