![]() |
Sergey Kornilov admin 3/2/2011 |
First option is to use 'Users can see and edit their own data only' security mode: |
C
|
carlos author 3/2/2011 |
Grateful for the two recommendations. After studying the alternative I think what I need is closer to the second option. |
![]() |
Sergey Kornilov admin 3/3/2011 |
Yes, something like this might work.
|
C
|
carlos author 3/3/2011 |
Thanks Sergey, but as recovery the session of the application that load the PHPRunner application. I only need 1 value of that session, the user name. |
![]() |
Sergey Kornilov admin 3/3/2011 |
It really depends on how these two applications collaborate. By default sessions are shared between PHP apps on the server however if applications belong to different subdomains or PHPRunner application is accessed via iframe sessions may not be shared. |