I'm trying to share sessions between two differents servers. ¿Is this possible? Thanks
Possible? yes. Take a look at [man]msession[/man].
don't bother with msession...
just switch your server to do sessions in the db instead of using local files.
if you have multiple servers i'm sure you're already spanning your database across them, so problem solved.