multiple applications using same login database logging each other out
Posted
by Axarydax
on Stack Overflow
See other posts from Stack Overflow
or by Axarydax
Published on 2010-03-16T13:24:43Z
Indexed on
2010/03/16
13:46 UTC
Read the original article
Hit count: 464
Hello, I've set up two asp.net applications on a machine, their web.config files contain the same applicationName value in AspNetSqlMembershipProvider item so they share users and roles.
The problem sequence is:
- user logs into application A,
- opens new tab in a browser
- logs into application B,
- his login in application A is signed out
and vice versa.
Should I use different approach to sharing login information between two applications? Thanks.
© Stack Overflow or respective owner