Is it possible to access cookies for another domain?
Our website has an admin section, but it's all on a secure server. So the address starts with https and the cookies are separate from the main website cookies. I want certain features of the main website to be slightly different if a user has logged in as an admin. For example, I'd like all part numbers to be visible and I'd like an admin checkout. The problem is that the admin user cookie is set on the secure server. Can I somehow access this cookie on the main website? Or can I set that cookie pointing to the other domain?
Any suggestions would be much appreciated. Thanks.
Our website has an admin section, but it's all on a secure server. So the address starts with https and the cookies are separate from the main website cookies. I want certain features of the main website to be slightly different if a user has logged in as an admin. For example, I'd like all part numbers to be visible and I'd like an admin checkout. The problem is that the admin user cookie is set on the secure server. Can I somehow access this cookie on the main website? Or can I set that cookie pointing to the other domain?
Any suggestions would be much appreciated. Thanks.