[Cppcms-users] Sharing session data between 2 applications/domains
Brought to you by:
artyom-beilis
From: sergey l. <ccp...@gm...> - 2012-09-11 12:51:11
|
Dear All! I have application A on domain a.domain.com and application B on domain b.domain.com. Users can authenticate on both applications . I need that if user authenticated on application A (a.domain.com) and then go to application B (b.domain.com), application B see authentication data which application A stored in session and vice versa. So is it possible to sharing session data between 2 applications on 2 domains? Thanks in advance! |