I have my website in www.mywebsite.com and store is in www.shop.mywebsite.com, when user signin from store signin page we are redirecting the users to our website pages depends upon his roles. So i am storing the customerguid in cookie and tried to access the same in my website. That idea was working till i access the store page using http://localhost/shop, But now I installed SSL in my dev, now url is changed to http://mycomputernmae/shop, so customerGUID cookie is not getting recognized.
So please tell me how should i get cookie value if i access my website pages so that our customer no need to login again.