Here are my cookies in my browser history :
Here is my code :
alert($.cookie('mailID1'));
And i get 'Undefined'.
Could please explain why?
Cookies are only sent to the domain they were created from, so unless that code is running on www.elevage-de-la-roche.fr
your code will never see the cookie.