Clean ups globals, caches and other things that could be still there from previous requests:
- Rollback any uncommitted transaction(s)
-
- Flush the ACL cache
-
- Flush records cache of the DBIx::SearchBuilder if WebFlushDbCacheEveryRequest option is enabled, what is true by default and is not recommended to change.
-
- Clean up state of RT::Action::SendEmail using 'CleanSlate' method
-
- Flush tmp crypt key preferences
-
Make sure we're not running with SetHandler perl-script.
← Back to index