This topic is locked
[SOLVED]

 Session Variable from outside

3/8/2019 4:37:04 PM
PHPRunner General questions
G
georgweber author

I need to take data from a outside php-Programm. i call this outside program from the list page over a bottom. In this PHP-Outside Program i have defined a session variable and would like to use it in a add page.

But this don´t works. I have put this code in the Process records values event ($values['Descricao'] = $_SESSION['datetime']).
How i can do that?