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
- set server session timeout =30, restart mapguide server
- open a flexibe web layout in IE
- wait until session timeout
- pan in the map
- close the error message
- start mapguide server.
- refresh IE page
Result: page isn't refreshed but error message appears.
Expected: page is refreshed, same as firefox does.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | SessionExpiration.patch added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied patch: http://trac.osgeo.org/fusion/changeset/1954
Note:
See TracTickets
for help on using tickets.
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.