On Sale - Super Suite 44% off - Click here to learn more
Cookies Toolkit
Cookies Toolkit

Product Overview

Feature Tour

All WebAssist products receive professional, top-of-the-line support from a number of resources. Cookies Toolkit includes a full online help system, available directly from within Dreamweaver. Additional resources are available below:

Getting Started Guide

This Getting Started Guide provides basic instructions for using Cookies Toolkit. Also available are the Getting Started Guides for any Suites that contain this extension.

Cookies Toolkit (PDF)

Dynamic Suite (PDF)

Essential Suite (PDF)

Super Suite (PDF)

Solution Recipes

Frequently Asked Questions

Click on a question below to reveal its answer.

This FAQ helps answer some of the most common post sales questions regarding Cookies Toolkit. Each answer appears below its corresponding question.

(expand all | collapse all)

What is the difference between a Session variable and a Cookie variable?

A cookie is stored on the client's computer. When a Cookie is set, you can specify the number of days that the cookie will be saved for. A Session variable, on the other hand, will be cleared when the user closes their browser. Closing the browser will end the browsing "session" which destroys the session variables.

Store Entire Form in Cookie behavior not working with large forms.

There is a Maximum Size limitation to Cookies. Officially, the maximum size is supposed to be 4k, but different browsers have different limits.

How can I delete a Cookie?

You can use the Set Cookie Value behavior. Set the cookie value to "Entered Value" and leave the entered value blank, and set the "Save For" option to a negative number like "-20" to set it to save for 20 days in the past.

What problems are there with storing form values in a Cookie?

The most common problem with storing form values in a cookie is caused by the form element names. The behaviors in Cookies Toolkit rely on JavaScript to function. When using form elements in JavaScript, their names must conform to JavaScript variable naming rules:

a) JavaScript variable names may only use letters and numbers, the only exception is the underscore (_).

b) JavaScript variable names must begin with a letter.

Related Articles and Tutorials

General TechNotes

Archived Documentation

This section includes relevant documentation that was provided for previous versions of Cookies Toolkit.

Built-in Help (Cookies 1.X)

Web Developer Suite Getting Started Guide (PDF)

My WebAssist

Support Forum

My Downloads

Upgrade Center

Submit An Idea!

Submit Idea