Hallo,

I want to have a session mechanism in my Soap-Server. I use 
tomcat/apche-soap2.3. I can config apache-soap that it creates for every 
http-session an instance of my service. Every client has a user-ID and I want 
to prohibit that the same user cauld not start more than one client at time. 
To implement this I have the following idea: If an instance of my service is 
created the requesting user-id is hold in a static Vector of my service. But 
want happens with the timeout of http-session. Normally the instance would be 
given to the garbage collector. But now I had a pointer on it.  You 
understand the problem?

best regards
Oliver
-- 
Oliver Rettig
Gottesauerstr. 14
76131 Karlsruhe

ORAT Software-Entwicklung
www.orat.de
Steinstr. 23, 76131 Karlsruhe
Tel.: 0721/38489600

Reply via email to