views:

75

answers:

2

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?

+2  A: 

Yes , it is called session hijacking.

Felix Kling
Yeah, but a session hijack require you to HAVE the session_id.
Rook
@The Rook: Have you read the title? *Having session_id...*
Felix Kling
A: 

Here is what we did in the end (look for an accepted answer):

http://stackoverflow.com/questions/2616425/ie-wont-start-session-from-an-iframe

jayarjo