New Zenner
- Join Date:
- Oct 2008
- Posts:
- 9
- Plugin Contributions:
- 0
1.5.8 Wanted features
Some requests concerning session.
-
An easy way to avoid session start merged inside core without needings to hack the core itself. Reason are webservices.
At this time there are a lots of third party services especially for webmarketing that need webservices like RFM (Recency-Frequency-Monetary) for customers segmentation, automatic funnel and events for mail lists or AI assisted searchs. Promise to release the webservice integration module for Zen. -
Remove the "Force cookies" options it's a nonsense for a shop session based and also the code is dangerous because it prevents session starting at first shot. This not allow quality checker like Google merchant to add products to cart. Maybe this is an old option but it is useless as the php session handling provide the session cookie and the zencart core is perfect from this point of view.
-
Add automatic call to zen_hide_session_id in zen_draw_form if form use POST.