---
title: "What is a client variable?"  
description: "What is a client variable?"  
author: "Anonymous User"  
published: 2011-05-17  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/917/what-is-a-client-variable  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# What is a client variable?

These are special scope variables that are available for a single client browser over multiple browser sessions in an application. \
Data is stored as cookies, database entries, or Registry values.\
No need to use the Client scope prefix in the variable name\
Value must be simple variables. Can not be arrays, structures, query objects, or other objects.

## Answers

### Answer by Anonymous User

These are special scope variables that are available for a single client browser over multiple browser sessions in an application. \
Data is stored as cookies, database entries, or Registry values.\
No need to use the Client scope prefix in the variable name\
Value must be simple variables. Can not be arrays, structures, query objects, or other objects.


---

Original Source: https://www.mindstick.com/interview/917/what-is-a-client-variable

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
