This topic is locked

Separate User Database using ASPRunner Pro 6.0

9/13/2009 5:07:46 AM
ASPRunnerPro General questions
M
manan author

I maintain several applications and would like to use a common login database with usernames and passwords, so that users can have a common login for all the applications.
Is there any other way other than manually modifying the login.asp file? Can we do it at the Event tab?
Please help.
Thank you.

J
Jane 9/14/2009

Hi,
you can use one login page for all your applications. Just add direct links to another applications on the menu page.

Also you'll need to fill additional session variables in the AfterSuccessfulLogin event if you use User can see and edit their own records only security method on the Advanced security settings dialog on the Security tab.

More info here:

http://www.xlinesoft.com/asprunnerpro/docs/asprunner_session_variables.htm

M
manan author 9/14/2009



Hi,
you can use one login page for all your applications. Just add direct links to another applications on the menu page.

Also you'll need to fill additional session variables in the AfterSuccessfulLogin event if you use User can see and edit their own records only security method on the Advanced security settings dialog on the Security tab.

More info here:

http://www.xlinesoft.com/asprunnerpro/docs/asprunner_session_variables.htm


Hi Jane,
Thanks for the tips. I shall try them out.