This topic is locked
[SOLVED]

 Dynamic permission problem

8/27/2014 3:20:05 AM
PHPRunner General questions
dermemo author

When using the single-sign-on technqiue as described here:
http://www.asprunner.com/forums/topic/21725-phprunner-7-0-sessions/
No entries are shown in the second application.
The security settings for the second application are based on username. It works fine when we login the second application but when we click a link from the first application to the second application, no entries are shown.
We checked the $_SESSION["UserID"] and its set correctly to the username but still no entries shown.
Any help please?

dermemo author 8/27/2014

After reading some forum posts we discovered to use:
$SESSION("<table name>_OwnerID") = $_SESSION["UserID"];
Be carefull tho with German üäö in your View Names.