RustCFML on Cloudflare Workersv0.656.1

Static page — no session touch
What this page does

Nothing involving the session scope. The CFML code on this page renders the timestamp and a counter from application scope — that's it.

Because Application.cfc opts into this.lazySessionCreation = true, the engine does not create a session record in KV, does not fire onSessionStart, and does not emit a Set-Cookie header on the response. Pages with this shape cost zero KV operations.

Server-resolved values
now()
2026-09-23 08:36:24
application.requestCount
97285
cgi.cf_ray
cgi.request_method
GET

Inspect the response headers (e.g. curl -i) — you'll see no Set-Cookie line.