Loop through your session array and concatenate them in a format such as name:value;name1:value; and insert this value to the database.
Split that same value from the database and loop the names and values back into session.
It's down right dirty, but it works.
You'll obviously need an identifier passed over to the different server so it knows which session data to use.