Cookies May 31, 2011 / Updated: June 12, 2022
Content
A site (front end) using ZenphotoCMS should work without cookies. There may however be certain things that don't work as expected.
A list of cookies ZenphotoCMS uses by default. This list refers to cookies Zenphoto, offical themes or plugins set themselves. Cookies from third party libraries (either included or externally like for example Google Maps) are not listed.
Since 1.5.8b
Authentication
- zpcms_auth_user
- Stores the zenphoto user login credentials.
- zpcms_auth_gallery
- Stores guest user gallery access credentias.
- zpcms_auth_search
- Stores guest user search access credentials.
- zpcms_auth_image_itemid
- Stores guest user image item access credentials. "itemid" refers to the ID of the image.
- zpcms_auth_album_itemid
- Stores guest user album item access credentials. "itemid" refers to the ID of the album.
- zpcms_auth_category_itemid
- Stores guest user category item access credentials. "itemid" refers to the ID of the category.
- zpcms_auth_page_itemid
- Stores guest user page item access credentials. "itemid" refers to the ID of the zenpage page.
- zpcms_auth_download
- Stores guest user access used by the downloadlist plugin.
Search context (frontend)
- zpcms_search_params
- Stores search parameters of the most recent search.
- zpcms_search_lastalbum
- Stores the last album in search context.
- zpcms_search_parent
- Stores the previous page within search context (either the main search results or an album result)
Backend specific cookies
- zpcms_admin_gallery_nesting
- Stores the setting for the nested album list display on the backend.
- zpcms_admin_subalbum_nesting
- Stores the setting for the nested subalbum list display on the backend.
- zpcms_admin_imagestab_imagecount
- Stores the image count on the backend images pages.
- zpcms_admin_uploadtype
- Stores the upload method on the backend.
Cookie specific
- zpcms_setup_testcookie
- Used by setup to test if cookies are operational on the installation. May store the Zenphoto version number of the last unsuccessful run.
- zpcms_cookie_path
- Stores the path for cookies.
Various
- zpcms_ssl
- Stores the HTTPS/SSL setting.
- zpcms_locale
- Stores the language selection set by the dynamic_locale plugin.
- zpcms_mobiletheme
- Stores if the mobile theme is defined - used by the mobileTheme plugin.
- zpcms_themeswitcher_theme
- Stores the current theme selected by the themeSwitcher plugin.
- zpcms_comment
- Stores information from the comment form POST for re-populaton of the form in the comment_form plugin.
Until 1.5.7
Authentication
- zp_user_auth
- Stores the zenphoto user login credentials.
- zp_gallery_auth
- Stores guest user gallery access credentias.
- zp_search_auth
- Stores guest user search access credentials.
- zp_image_auth_itemid
- Stores guest user image item access credentials. "itemid" refers to the ID of the image.
- zp_album_auth_itemid
- Stores guest user album item access credentials. "itemid" refers to the ID of the album.
- zp_category_auth_itemid
- Stores guest user category item access credentials. "itemid" refers to the ID of the category.
- zp_page_auth_itemid
- Stores guest user page item access credentials. "itemid" refers to the ID of the zenpage page.
- download_auth
- Stores guest user access used by the downloadlist plugin.
- zenphoto_ssl
- Stores the HTTPS/SSL setting.
Search context (frontend)
- zenphoto_search_params
- Stores search parameters of the most recent search.
- zenphoto_last_album
- Stores the last album in search context.
- zenphoto_searchparent
- Stores the previous page within search context (either the main search results or an album result)
Backend specific cookies
- gallery_nesting
- Stores the setting for the nested album list display on the backend.
- subalbum_nesting
- Stores the setting for the nested subalbum list display on the backend.
- imagesTab_imageCount
- Stores the image count on the backend images pages.
- uploadtype
- Stores the upload method on the backend.
Cookie specific
- setup_test_cookie
- Used by setup to test if cookies are operational on the installation. May store the Zenphoto version number of the last unsuccessful run.
- zenphoto_cookie_path
- Stores the path for cookies.
Plugins and themes
- dynamic_locale
- Stores the language selection set by the dynamic_locale plugin.
- mobileTheme_disable
- Stores if the mobile theme is defined - used by the mobileTheme plugin.
- themeSwitcher_theme
- Stores the current theme selected by the themeSwitcher plugin.
- zenphoto_comment
- Stores information from the comment form POST for re-populaton of the form in the comment_form plugin.
This text by www.zenphoto.org is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Code examples are released under the GPL v2 or later license
For questions and comments please use the forum or discuss on the social networks.