function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
New_DeveloperNew_Developer 

Cookie handling on the force.com site vf page

We have a web page where the cookies are captured and that web page has a button which will redirect to a force.com site visualforce page. Is there a way we can capture the cookie in that visulaforce page and insert into a field in salesforce!! Please note that the web page is on a differnt domain.
PratikPratik (Salesforce Developers) 
Hi Developer,

You can go through this:
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_sites_cookie.htm

Thanks,
Pratik