Beberapa aplikasi dengan keanggotaan dan nama aplikasi yang sama (Multiple applications with membership and same applicationName)


問題描述

Beberapa aplikasi dengan keanggotaan dan nama aplikasi yang sama (Multiple applications with membership and same applicationName)

My problem is the same that: Multiple applications using same login database logging each other out

  

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 a different approach to sharing login information between   two applications?

The problem is that the solution, only avoid signed out beetween applications, but the applications do not share users logins. I want that.

  • User logs into application A
  • He opens new tab and goes to application B ‑‑> User is logged into application B because he was logged in A.
  • And vice versa

How can i make this?

‑‑‑‑‑

參考解法

方法 1:

Maybe if you follow these instructions: http://telligent.com/support/telligent_evolution_platform/w/documentation/common‑things‑to‑check‑when‑using‑forms‑authentication.aspx

Keep cookiename, domain and machine key the same. This worked for me, but my app is in a subdirectory of the other app.

(by PedreRemy)

參考文件

  1. Multiple applications with membership and same applicationName (CC BY‑SA 3.0/4.0)

#login #asp.net-membership #ASP.NET #web-config #asp.net-mvc






相關問題

只允許 oracle db 登錄到特定的應用程序? (Allowing oracle db login only to specific application?)

使用 FB.login 的註冊流程 (Registration flow using FB.login)

asp.net c# sistem login (asp.net c# login system)

Rails 設計登錄不工作 (Rails devise sign in not working)

我在 cakephp 2.4 中遇到了登錄頁面 (I'm getting stuck with login page in cakephp 2.4)

如何刪除特定用戶的會話登錄 (How to remove session login for specific user)

有沒有標準的asp.net認證授權登錄系統? (Is there a standard asp.net authentication authorization login system?)

所有這些網絡平台如何實現不需要用戶反复登錄的長時間登錄會話? (How do all these web platforms achieve a long-time login session that does not require the user to login over and over again?)

Util-Linux 登錄不使用影子密碼 (Util-Linux Login not working with shadow password)

Android Webview Facebook 登錄 (Android Webview Facebook Login)

重置 Bookstack 憑據 (Reset Bookstack Credentials)

輸入正確的詳細信息且未顯示錯誤後,登錄頁面未重定向到 index.php (Login in page not redirecting to index.php after entering correct details with no error displayed)







留言討論