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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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.