I have two webapps WebApp1 and WebApp2 in two different domains.
There's no such thing as cross domain cookies. You could share a cookie between foo.example.com and bar.example.com but never between example.com and example2.com and that's for security reasons.
foo.example.com
bar.example.com
example.com
example2.com