Ted Husted
05-17-2005, 06:21 PM
I've noticed that when we inject a Plain-Old-Object into a Spring.NET page, it retains its state between requests, even if singleton is set to false.
We've set singleton=false in the object's element, and in the Web.config object element for the page, but the state is still retained across requests.
Is this because the injected property is part of the page class?
Our main concern is that the of our POOs is not shared between sessions.
-Ted.
We've set singleton=false in the object's element, and in the Web.config object element for the page, but the state is still retained across requests.
Is this because the injected property is part of the page class?
Our main concern is that the of our POOs is not shared between sessions.
-Ted.