How can I access another domain's cookies from a Silverlight app? -


i have 2 different webpages. first php app creates cookie (http://www.phpapp.com). second silverlight app (http://www.silverlightapp.com).

the question how access cookie created php app silverlight app hosted on second website?

thanks!

i'm afraid it's impossible due security restrictions - browser won't allow site access cookies domain. check out:

the first link gives workarounds.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -