If you use
session_start('session_1');
and
session_start('session_2');
then you should be ok, im trying this out next week, will post any problems i get.
the session id is available, i forget what the code is to grab it, it comes up as PHPSID sometimes in my urls, like a cookie almost, it will create the session files on the server.
hope this helps