php cURL problem
Posted
by dfilkovi
on Stack Overflow
See other posts from Stack Overflow
or by dfilkovi
Published on 2010-04-02T11:25:12Z
Indexed on
2010/04/02
11:33 UTC
Read the original article
Hit count: 152
I have a problem logging onto a page and then using it with cURL. I login, get PHPSESSID and cookie, and then try to do an action but page returns 'not logged in'. But if I manually log in and copy/paste that PHPSESSID into curl cookies .txt file, everything works fine. So why doesn't it work with PHPSESSID from cURL?
© Stack Overflow or respective owner