I have a server located at www.abc.com
that makes a call to a web app on www.def.com
and if the user coming from www.abc.com
, authenticates on www.def.com
, I call Forms.SetAuthenticationCookie
.
Does the cookie get placed on the client (www.abc.com)
or the server (www.def.com)
? If it stores it on the server, how could I store it on the client instead?