I have an ASP.NET Login App that creates a cookie called ‘ASP_LOGIN77’ and gives the cookie a value.
I would like to create a new Cookie using this existing Cookie’s data and called it ‘PHP_LOGIN77’ as I am using PHP to create this cookie.
How would I do this?
Many thanks for any pointers.
You should do
remember to do this before you send any html You can find reference here
EDIT – to remova a cookie set the time to a negative value