I have a form with a few drop down lists, every time each on of those is used it refreshs the form. The question I have is on the console, everytime they do this is says Opened Session for THE SERVER NAME. So for every time a user submits a document, it’s opening like 10 sessions, and on top of that it’s all sessions for the server is this normal?
Subject: Open Session For…
I assume you are talking about a web based application? Assuming the users are anonymous, this might make perfect sense. Alas, without knowking more about your application it is hard to say more (i.e. are you doing new lookups each time the form is refreshed?).
Subject: RE: Open Session For…
yes This is database has a web and client interface. When users interact with the fields in the Client it prints the Open Sesion for “Username”; on the Web (that has Anonymous as No Access) it prints Open Session for “Servername”. 1/2 the fields do lookups, 1/2 the fields are normal. On each keyword change though it refreshes fields though.
Subject: RE: Open Session For…
That is the problem…remember that the browser is stateless, so it is likley that each refresh is opening another session