<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-2" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18904">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi all<BR>I wrote a simillar message about a month 
ago, and i still don't know how can I use GetSessionID() function in fusion. 
<BR>I try to use it like this:<BR>&lt;?php<BR>include 'C:\Program 
Files\OSGeo\MapGuide\Web\www\mapviewerphp\constants.php';<BR>MgInitializeWebTier('C:\Program 
Files\OSGeo\MapGuide\Web\wwww\webconfig.ini');<BR>$site = new 
MgSite();<BR>$site-&gt;Open(new MgUserInformation("Anonymous", 
""));<BR>$sessionId = $site-&gt;CreateSession();<BR>$webLayout = 
"Library://TEST.WebLayout";<BR>?&gt;<BR>...<BR>&lt;script type="text/javascript" 
src="../../../lib/fusion.js"&gt;&lt;/script&gt;<BR>&lt;script 
type="text/javascript" 
src="../../../layers/MapGuide/MapGuideViewerApi.js"&gt;&lt;/script&gt;<BR>&lt;script 
type="text/javascript" 
src="../../../layers/MapGuide/MapGuide.js"&gt;&lt;/script&gt;<BR>...<BR>window.onload 
= function() {<BR>&nbsp;&nbsp;&nbsp; Fusion.initialize();</FONT></DIV>
<DIV><FONT size=2 face=Arial>&nbsp;var mapWidget = 
window.top.iFrameMap.Fusion.getWidgetById('Map'); </FONT></DIV>
<DIV><FONT size=2 face=Arial>&nbsp;SESSION = 
mapWidget.getSessionID();<BR>&nbsp;MAPNAME = 
mapWidget.getMapName();&nbsp;<BR></FONT><FONT size=2 
face=Arial>}<BR>...<BR>&lt;div id="Map" style="position: relative; width: 400px; 
height: 400px"&gt;&lt;/div&gt;<BR>&lt;iframe id="iFrameMap" name="iFrameMap" 
width="0%" height="0%" frameborder=0 scrolling="no" 
src="/mapguide/mapviewerajax/?SESSION=&lt;?= $sessionId 
?&gt;&amp;WEBLAYOUT=&lt;?= $webLayout ?&gt;"&gt;&lt;/iframe&gt;<BR><BR>Can 
someone send me a sample aplication that use getSessionID() in Fusion. My email: 
<A 
href="mailto:fotka18@o2.pl">fotka18@o2.pl</A><BR>Please</FONT></DIV></BODY></HTML>