ZenphotoCMS Forum
Field data cached in comments form - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Field data cached in comments form (/thread-10469.html)



Field data cached in comments form - Dinamicor - 03-10-2012

Hello:

After making a comment, ZenPhot saves the user information in the fields. (name, e-mail, website, address, etc.).This saved information remains, somehow cached, for if the visitor goes to another page in the same ZenPhoto site

Any way to clear this fields one the visitor navigates to another page?

Thanks.




Field data cached in comments form - acrylian - 03-10-2012

Zenphoto will insert this information only if the commenter is a registered user of your site. Otherwise it is your browser caching this. Depending which you use there is an option to disable this behaviour.




Field data cached in comments form - sbillard - 03-10-2012

Visitor comment information is also often saved in a cookie on the visitor's browser. That is controlled by a parameter of the comment form posting remember. It is for the convenience of the visitor so that he does not have to re-supply the data if the comment posting is rejected for any reason.

But if you do not want that capability you can provide your own custom comment form script that does not post the remember parameter.




Field data cached in comments form - Dinamicor - 04-10-2012

"Depending which you use there is an option to disable this behaviour"

acrylian
Developer
Joined: Jul '07
Posts: 12,217

Please acrylian explain how to disable this.

Thanks.




Field data cached in comments form - sbillard - 04-10-2012

You can choose to set gallery sessions on your gallery options tab. But read carefully what this does and be sure that is the behavior you want.




Field data cached in comments form - acrylian - 04-10-2012

Also browsers have options to store or not store login date and such used for forms. How that is called in your browser depends on your browser.




Field data cached in comments form - Dinamicor - 05-10-2012

"You can choose to set gallery sessions on your gallery options tab. But read carefully what this does and be sure that is the behavior you want."

Thanks sbillard.

It worked.