---
title: "What is the default storage for client variable?"  
description: "What is the default storage for client variable?"  
author: "Anonymous User"  
published: 2011-05-17  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/918/what-is-the-default-storage-for-client-variable  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# What is the default storage for client variable?

client variables stored in registry, database or in client cookie.By default, ColdFusion stores this in the Registry.it is more appropriate to store the information as client cookies or in a SQL database.

## Answers

### Answer by Anonymous User

client variables stored in registry, database or in client cookie.By default, ColdFusion stores this in the Registry.it is more appropriate to store the information as client cookies or in a SQL database.


---

Original Source: https://www.mindstick.com/interview/918/what-is-the-default-storage-for-client-variable

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
