Depends on how you are handling session storage and propagation. You might be able to pass the session id in the url to link the session. If you are storing the session in a shared database (or in the same file system space) then your session mechanism can load the appropriate session details.