Forums / Developer / Collect information and session issue
Jean-Luc Nguyen
Tuesday 30 March 2010 2:35:25 am
Hello,
I am using eZ 4.0.1 and a collect information form.When submitting, file /kernel/content/collectinformation.php creates a session:
$http->setSessionVariable( 'InformationCollectionMap', $icMap );
After the default redirection to confirm page, on /kernel/content/collectedinfo.php, this session variable disappears, so I don't get the $collection_id variable on template.
Is it a bug?
Thanks!
http://www.acidre.com
Wednesday 31 March 2010 7:16:50 am
OK, forget about this topic, it was not a kernel problem, but a session problem on my project.