FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour access session object from PHP with mod harbour
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
access session object from PHP with mod harbour
Posted: Sat Feb 27, 2021 03:51 PM

Dear Antonio,
Is it possible to access session objects created in PHP with a mod harblur file?
I tried:
in PHP
$_SESSION["username"] = "admin";

in prg file
var loggedin = sessionStorage.getItem("username" );
alert(loggedin);

but do not get the value.

Best regards,
Otto

Continue the discussion