Link to home
Start Free TrialLog in
Avatar of eivo
eivo

asked on

How do I create cookies in ASP.NET and read in PHP

This might be a really silly question;

I want to create a cookie in an ASP.NET app, and then read the same cookie in a php script, before I waste an hour attempting to do it, is it possible, and  would it simply be a case of creating a cookie within the same domain?
ASKER CERTIFIED SOLUTION
Avatar of cmaohio
cmaohio
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of eivo
eivo

ASKER

Terrific, I had thought as much, just wanted to check.