I have had some suggestions for the fwreinit flag to be protected in order to reinitialize the application at hand. What do you think? Is this overkill? The application reinitializes, but it does not crash. It just adds some extra cycles to the request in order to clear and reinit the app. Please send me your comments, suggestions? Should an application reinit, be password protected? Thanks, Luis
Blog
Recent Entries
BoxLang AI v3.1 Released - Audio, Async, Parallel Pipelines, and More π€β‘π
BoxLang AI 3.1 is here, and it's a release that makes your agents smarter, faster, and more capable than ever. π
Luis Majano
Luis Majano
April
20,
2026
ColdBox 8.1.0 Released β AI Routing, MCP, and BoxLang-First Power! π
We are thrilled to announce ColdBox 8.1.0, a targeted minor release packed with powerful new features, important improvements, and critical bug fixes across ColdBox, WireBox, and CacheBox. While minor in version number, this release delivers some truly exciting capabilities β especially for BoxLang developers building AI-powered applications.
Luis Majano
Luis Majano
April
14,
2026
ColdFusion Modernization for UK Universities Without Downtime
Across the United Kingdom, many universities still rely on legacy ColdFusion and CFML systems to power student portals, enrollment platforms, research databases, payment gateways, and internal academic workflows.
These systems are often:
- 15 to 25 years old
- Mission-critical
- Deeply integrated with student information systems
- Running on older Adobe ColdFusion or Lucee versions
- Tightly coupled monolithi...
Cristobal Escobar
Cristobal Escobar
April
13,
2026
Add Your Comment
(3)
Dec 06, 2006 03:53:29 UTC
by Sana
Hi Luis,
I think it really important to keep our APP more secure. Why we allow site users to reinit our app. some users they just play with these kind of things and keep reinit app. In my app i am using onAppinit method to call global components + static data queriries and other global static info. so keep reinit the app cause some problem of server timeout and also whole system get very slow.
Thanks Sana
Dec 06, 2006 08:38:38 UTC
by Rob Gonda
If you allow to set a init key and init password is enough. You can set it to a complex password which no user could guess. That's secure enough for me. p.s. this captcha text is really annoying. Check out Charlie's solution, also default in a latest version of blogCFC
Dec 06, 2006 15:26:06 UTC
by Luis Majano
Thanks Rob!! You are the details man!! jeje.
Will take a look at it.