Hello all.
I've got a strange problem with session.
I use PHPlist for mailing.
When the user click on a link in a PHPlist mail the URL is URL + some variables like &utm_source=emailcampaign6&utm_medium=phpList&utm_content=HTMLemail&utm_campaign=Newsletter+dell%27Azienda+Agricola+Mompal%C3%A0+-+01+-+Offerta+del+Mese+-+Composta+di+Pesche
In this page the user can add in session a product to the cart. But session is not available.
So it don't add any product to the cart.
In this case if the user is in the cart without any product I use session.flash for displaying a message like "Please add a product to the cart".
But it don't appear.
Also logging is impossible. The user can access to the login form, but sending it don't have any effect.
How can I force session to be created?
Thanks, regards.