[PHP-DOC] Making a persistent cookie From: Manish Vig (sk <email protected>)
Date: 12/23/00

Hi,
Merry Christmas
I have two Questions

I am already doing session tracking thus making a session cookie.But i
also need to store some info in the persistent cookie to be saved even
after the session has closed?
When i try to use setcookie() after the session_start() statement , it
gives me error, that headers are already sent.

How can i have two cookies of different domains built by the same php page?

Manish Vig