Having session_id, can I bypass login form on remote server?
- by jayarjo
Third party zend encrypted system has Web API, that let's you login through it and acquire session_id (for later calls?). Then there's a task, how to bypass login form having that session_id.
Is something like this possible at all?