What you really want to do is to set a session files path on the two apps such that they are different, and ideally not readable by the other app.
I am assuming this is for security. You can enable safe_mode and ensure that neither app can read the other's directory (by setting the params inside the Apache vhost config). Likewise, set the session_save_dir or whatever it's called, to these two directories.
Mark