Posted on: 12/3/2014 8:09:43 PM | Views : 364

My ASP.NET app is open like https://dashboard.mycompany.com/ .
There is a function to verify user's permission via log in.
Once user log in and clicking a button in  https://dashboard.mycompany.com/ will open another app like https://order.mycompany.com/
Question:
How to add code to verify user's permission at   https://order.mycompany.com/ without having user log in again?

Go to the complete details ...