This topic is locked

Security Between ASPRunner Applications

12/19/2008 4:38:09 PM
ASPRunnerPro General questions
author

Hi,
I have two ASPRunner applications (AppA and AppB), each with their own security tables. Records in AppA have hyperlinks to records in AppB. User #1 has a login in both security tables, but User #2 only has a security record in AppA yet can access records in AppB via the hyperlinks.
Does anyone know of a way to re-validate the security without the user having to re-log in to each application?
Thanks much!
EV

J
Jane 12/22/2008

Hi,
check session variables in the Before Login event and re-assign permissions as you want.

Here is the full list of all session variables:

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

4414 12/24/2008

Hi Jane,
Thanks much for the feedback. I understand in concept what you are saying, but I am not sure how to apply it. I will give it a whirl and see what I can come up with. Your advice definitely gets me started.
EV

4414 12/30/2008

Ok, I have had time to experiment and digest and am not getting the results I had hoped.
If I link directly in to a list page, by-passing the login, then it doesn't matter what permissions or groupID they belong to, they are still allowed to access.
The point is that I don't want them to have to log in again. Is there any way to prevent access to non-group members without forcing to re-log in?

4414 12/30/2008

Disregard, I got it.