Hi List.

I'm modifying the Ajax utility demo found here
http://enterprise.mapguide.com/utilitymap/ .  I made all my
modifications and had my shiny new application up and running in a basic
AJAX layout.  

I'm now trying to move it across to a Fusion layout.  All code works
fine in the basic web layout, but in the Fusion layout I get the error
below.  So I guess the question is how does Fusion differ from Ajax when
it comes to passing through a session ID?  Any code out there that shows
how this is done in fusion? 

Further to this, if I get across this initial hurdle, are there a pile
more waiting for me by taking something created for AJAX and cramming it
into Fusion?

Thanks for your help.

Fraser

________________________________

Invalid argument(s):
[1] = ""
The session ID is invalid because the session separator character was
not found. 

Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code. 

Exception Details: OSGeo.MapGuide.MgInvalidArgumentException: Invalid
argument(s):
[1] = ""
The session ID is invalid because the session separator character was
not found.

Source Error: 

 

Line 34:             this.args = incomingArgs;

Line 35:             this.site = new MgSiteConnection();

Line 36:             this.site.Open(new
MgUserInformation(GetParameter(this.args, "session")));

Line 37:         }

Line 38:         





 

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to