I'm using Angular v1.3.10
and i'm setting a cookie successfully.
When i'm doing $cookieStore.put(key,value)
and then $cookieStore.get(key)
i see the object I added.
When i'm refreshing the page and doing $cookieStore.get(key)
i get undefined.
Any idea why ?