Cookies

Author Message

Philip Valentino

Tuesday 10 February 2004 11:27:17 am

Hi,

I'm using Ezpublish 3.2 and I wanted to find out for certain whether or not it uses persistant cookies. From what I've read on the boards it sounds like it just uses session/temporary cookies or maybe even cookieless sessions? But I need to be sure because of the privacy policy that I must adhere to.

Phil

Marco Zinn

Tuesday 10 February 2004 1:15:37 pm

Hi,
ez3 uses the sessionhandling of PHP. That means, if this is using Cookies, ez will use cookies. If it is using URLs with Session-IDs, ez will use this.
ez CAN override it.
Example: We have a default 3.2 installation. This is just using session cookies (clients must accept them, but thes are not stored to disc). I think, ez stores the session key in a database for 3 days by default, but i think, this is not related to your privacy policy.
When we needed a "stored" cookie (in a file) for doing an offline copy of non-public-pages, we just changed one value in ezPublish's site.ini.
But it's easy to find out: Just set your browser to "ask me, when i receive a cookie" and it will give you information. We use Mozilla Firebird/Firefox, which shows all cookie info, when the server sends the cookie.

Marco
http://www.hyperroad-design.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 06:11:37
Script start
Timing: Jan 31 2025 06:11:37
Module start 'layout'
Timing: Jan 31 2025 06:11:37
Module start 'content'
Timing: Jan 31 2025 06:11:37
Module end 'content'
Timing: Jan 31 2025 06:11:37
Script end

Main resources:

Total runtime0.0160 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 587.9766151.1797
Module start 'layout' 0.00560.0032 739.156336.5781
Module start 'content' 0.00880.0057 775.734490.0625
Module end 'content' 0.01460.0014 865.796929.9922
Script end 0.0159  895.7891 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002616.3452140.0002
Check MTime0.00116.9887140.0001
Mysql Total
Database connection0.00074.593910.0007
Mysqli_queries0.003019.055230.0010
Looping result0.00000.182310.0000
Template Total0.00106.410.0010
Template load0.00085.051010.0008
Template processing0.00021.284810.0002
Override
Cache load0.00063.558610.0006
General
dbfile0.00138.189880.0002
String conversion0.00000.061340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs