c# - Is it possible to read cross domain cookie? -
c# - Is it possible to read cross domain cookie? -
is possible read cross domain cookie in c#? if possible how can read cookie, cookie set in 1 domain "dev-001" , cookie in domain "localhost"
i used
request.cookies["userinfo"].values
it shows null value.
is there possibilities.because it's our requirement. info available in cookie. can't read
no, that's not possible. cookies cannot shared cross domain. huge security flaw.
c# asp.net
Comments
Post a Comment