Opened 12 years ago
Closed 12 years ago
#2183 closed defect (wontfix)
Maestro makes excessive GETSITEVERSION http requests
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-5.0 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
If you ever look at fiddler during a Maestro session, you'll see tons of GETSITEVERSION requests made to the mapagent
It it clear from this that the http connection doesn't cache the result of this call, which it should as this value is not exactly going to change.
Note:
See TracTickets
for help on using tickets.
Ok this is due to session expiry protection code that's in place in the http connection. Not gonna touch that.