Option: theme_advanced_resizing_use_cookie

This option enables you to disable the storage of editor size in a cookie. By default the editors size is stored and retrived from a cookie.

Example of usage of the theme_advanced_resizing_use_cookie option:

tinyMCE.init({
	...
	theme_advanced_resizing_use_cookie : false
});