0

I need to make em-http-request multi request to server with some sessions. Is it possible?

I get urls in response with sessionId parameter, it is the same for all requests. But it should be different, i.e.:

example.com?sessionId=AabBcC
example.com?sessionId=DdEeFf
gayavat
  • 18,910
  • 11
  • 45
  • 55

1 Answers1

0

Yes, you can. Don't know what else to say given that level of abstraction.

phil pirozhkov
  • 4,740
  • 2
  • 33
  • 40
  • 1
    yes :), my problem was with object references, array what I use to store results, actually, was array of references to one object. – gayavat Oct 29 '12 at 07:45