I see two possible solutions:
1) Override the default storage mechianisms (session_set_save_handler) and store the data on the remote server - PITA
2) Possibly set the storage path with an ftp:// wrapper - much easier
Has anyone ever tried the latter - is there a way to configure PHP so that it allows ftp:// wrappers inside it's own INI file???
Cheers