I’m a php developer but not experience in training now and got a task that if someone open website from firefox then cookie must be saved in chrome, opera and other browsers too.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While, you can’t share directly cookies across browsers, you can use Flash to store the value in a SharedObject and read it. As this is handled by Flash player, it will work on all browsers.
This will work. It’s done in Flex:
If you need it as a cookie, you can also call javascript from Flex to read the SharedObject and write the value in a cookie:
This way you can have the same cookie in all browsers. Let me know if you have trouble with this.