---
title: "What is Scope Variables?"  
description: "What is Scope Variables?"  
author: "Anonymous User"  
published: 2011-05-17  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/915/what-is-scope-variables  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# What is Scope Variables?

A variable's scope is determined by its origin. The scope determines a number of properties about the variable, such as its life span, timeout, and storage location, and therefore, how it can be used.

## Answers

### Answer by Anonymous User

A variable's scope is determined by its origin. The scope determines a number of properties about the variable, such as its life span, timeout, and storage location, and therefore, how it can be used.


---

Original Source: https://www.mindstick.com/interview/915/what-is-scope-variables

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
