access session object from PHP with mod harbour

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

access session object from PHP with mod harbour

Post by Otto »

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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
Post Reply