🗄ī¸Application.cfc

Information regarding the Application.cfc in saaster

The Application.cfc must not be changed, otherwise the system can no longer be updated. If you want to write your own functions that are to be loaded in the application, please use the myApplication.cfc in the "myapp" folder.

To ensure that the application and session scopes are reloaded, we have configured the following URL variables. Simply use these variables in a URL call: ?reinit=x

1: for the application scope

2: for the translations (to load new languages)

3: for the session (deletes all sessions)

4: triggers 1 till 3 at the same time

Example: http://localhost/dashboard?reinit=1

Last updated