Good evening!
I'm trying to develop a module for Sovendus integration on our Prestashop 1.7.8.
I need to get Customer Unique Session ID from prestashop but I can't find any value that can be used as Customer Unique Session.
The session-Id of the customer is used to recognize accidental multiple requests.
I have checked all posts forum but seems no one have shared a solution for this..
I have read that session_start can't be used on prestashop and I need to see on cookies but I haven't find any cookie for this scope.
Can someone help me how to get this value?
Thank you in advance.