[mapguide-trac] #530: Site Administrator "About" page does not show server version

MapGuide Open Source trac_mapguide at osgeo.org
Mon Apr 28 15:27:13 EDT 2008


#530: Site Administrator "About" page does not show server version
-----------------------+----------------------------------------------------
 Reporter:  jbirch     |         Owner:  ronnielouie
     Type:  defect     |        Status:  new        
 Priority:  medium     |     Milestone:             
Component:  Map Admin  |       Version:  2.0.0      
 Severity:  minor      |    Resolution:             
 Keywords:             |   External_id:             
-----------------------+----------------------------------------------------
Comment (by jbirch):

 For some reason, the session ID is not getting passed properly to the
 about.php page when it pops up.  Note, this appears to be an IE-only
 (tested 6 and 7) problem.  It works properly in Firefox 2.0.

 With IE, adding this line to about.php after LoadSessionVars

 {{{
   print(nl2br(print_r($_SESSION,TRUE)));
 }}}

 shows

 {{{
    Array()
 }}}

 when called by clicking on the pop-up.  If I manually copy the session ID
 onto the request string like this:

 {{{
 http://example.org/mapguide/mapadmin/about.php?PHPSESSID=5pjfft822ajgfv88uisbn549i4
 {{{

 All of the variables are shown properly.

 My guess is this is a problem in the JS call that clicking on About makes.

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/530#comment:5>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list