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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -