Hello,
i go to http://mysite.com/curl.php where is a script which connects to one site (which has users system) and using POST method sends to it my login information (username & password). Everything is ok - my script logins successful, but in user area all links has prefix "&session=<session_id>" and i can't get to any page because my browser doesn't have this session_id. However, i know what session_id i need to have. If is possible to fix the problem, that i could browse user area when i log in with cURL script?
I hope you understood.
Thank's for comments.