I need to access a webpage from a php script. The tricky part is that that webpage is password protected using a cookie based authentication mechanism. Is there a way to send a php request and "fake" a cookie, or let php to accept cookies as if it was a web browser? how can I do this??