Opened 15 years ago

Closed 15 years ago

#305 closed defect (fixed)

unexpected error messsages when refresh page in ie after timeout

Reported by: christinebao Owned by: madair
Priority: P2 Milestone: Future
Component: MapGuide Version: 1.1.1
Severity: Major Keywords: Failover
Cc: Browser: All
External ID: 1249575 Operating System: All
state: New

Description

  1. set server session timeout =30, restart mapguide server
  2. open a flexibe web layout in IE
  3. wait until session timeout
  4. pan in the map
  5. close the error message
  6. start mapguide server.
  7. refresh IE page

Result: page isn't refreshed but error message appears.

Expected: page is refreshed, same as firefox does.

Attachments (1)

SessionExpiration.patch (16.1 KB ) - added by chrisclaydon 15 years ago.

Download all attachments as: .zip

Change History (3)

by chrisclaydon, 15 years ago

Attachment: SessionExpiration.patch added

comment:1 by chrisclaydon, 15 years ago

I've attached a patch that solves the problem. The main difference is that the use of the Fusion.Lib.MGRequest.MGCreateSession class has been replaced by a direct call to the CreateSession PHP script.

To be honest, I'm still not 100% sure why the old way failed, so if anyone can shed any light on it, please let me know.

comment:2 by chrisclaydon, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.