|
Re: [speckcms] Forcing an application refresh?
> Is there a way to force an application refresh without being logged in
> as admin?
Just edit the call to cf_spPortal in your Application.cfm and set the
refresh attribute to true...
<cf_spPortal refresh="true">
Load any page to refresh to refresh the app, then set the refresh
attribute back to false.
Mark
|