This topic is locked

Check logged user

8/10/2015 8:31:49 AM
PHPRunner General questions
P
Programador GW author

I need to send some data to an external php file (outside phprunner). I can do this with a "button" sending some parameters. This is working fine. But, in this external php file, I need to test if there is a logged user inside phprunner (security reasons). Here is the problem: I've tried checking but I've got nothing. How can I do this?

ps: when I send a [font="Courier New"]print_r($_SESSION) I got an empty Array.