Multiple applications

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply

Do you...

Make clients login multiple times
0
No votes
Modify the code to support single login
3
100%
Option2 but only if they ask
0
No votes
 
Total votes: 3

alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Multiple applications

Post by alex.barylski »

And multiple logins...

How do you circumvent this problem? Or do you?

I would like to offer multiple web applications to clients all the while not requring them to execute multiple logins each time they switch an application...

Do you use a centralized USER table with your own login code...

Or do you just make your users re-authenticate each appliation they use - hoping they use features like "Remember Me"???
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

I'm in the process of building a client control panel/module admin where customers log in to one panel and control everything. It will also be used as sort of a sales tool. Customers will have access to demos of all of the available (commonly requested) modules I have available, and if they wish to purchase any of the modules, it will just be a matter of allowing privileges in a privilege table.
Post Reply