Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can users accidentally share variables set in the Request scope?

0
10 Posted

Can users accidentally share variables set in the Request scope?

0
10

No. The Request scope exists on a per http request basis, i.e. the variables in the Request scope only exist while ColdFusion is completing that single request. They die as soon as ColdFusion has finished processing the request. If your server is set up to process 5 maximum simultanious connections, then, in theory, there could be 5 sets of Request variables in server memory. Each set is tied to a particular http request and cannot exist in another page request unless you copy them into another scope.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123