This is how I get the session Id: add this at top of php code
$args = ($_SERVER['REQUEST_METHOD'] == "POST")? $_POST : $_GET; $sessionId = $args['SESSION']; then in your input use this: <input type="hidden" name="SESSION" value="<?=$sessionId;?>"> hope this helps -- View this message in context: http://n2.nabble.com/SEARCHHH-HELP-MEEE-tp4586563p4599417.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
