I'm running a php script that i'd like to use to login into a website (which works fine by just using an HTTP request)
The problem is that once i've logged in, i don't remained logged in because "my browser [apache] doesn't accept cookies."
Is there anyway around this?
thanks!