Closed fxprunayre closed 9 years ago
Should we also reduce the session timeout https://github.com/geonetwork/core-geonetwork/blob/develop/web/src/main/webResources/WEB-INF/web.xml#L392
Let's say, when editing, 15min could be enough ? 3hours sounds a bit too much.
Makes sense to me. I looked at the commits and don't see anything that will cause a problem. I will test in geocat and pull back any patches required if there are problems.
Go ahead and close this.
While harvesting, a GeoNet harvester use the same XmlRequest object but the httpclient looks to create a new session for each requests - ie. each records which make the target node session number increasing a lot !
Something like this looks to fix it - to be discussed https://gist.github.com/fxprunayre/a8668d33c1eb5e44b677