Three aspnetmaker apps with some common users

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Andros
User
Posts: 111

Three aspnetmaker apps with some common users

Post by Andros »

Hello.
I have to run under the same domain three different aspnetmaker apps.
They all are indipendent, so they have three different "users" tables to manage access.
But now I want to do this: when a user logs to an app and then switches to another one, if it is inserted in the second app "users" table also, he can browse the app without make a new login.
How can I do it?


vincenthung
User
Posts: 88

Post by vincenthung »

You can share the login session if the project name of your applications are the same (just like the compatibility mode between ASP Maker and ASP Report Maker), and they are generated under the same application. But make sure that they are sharing the same user table.


Post Reply