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

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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