Posted: Fri Dec 03, 2010 8:59 pm Post subject: Web Service : Close Connection
Apprentice
Joined: 03 Nov 2010 Posts: 41
I have used HTTP Input/HTTP Reply node to create a web service.
I have a requirement of breaking the connection explicitly when the client(JSP) sends me "LOGOUT" as request parameter set using POST method.
1. Will the connection hold as in till i issue "close connection" request ?
2. If not, how can i retain it ?
3. How can i explicitly break the connection ?
I'm not sure that you should actually be doing this anyway, at least in Broker. This is the kind of thing that's usually managed by a stateful webserver that has a notion of a session. Broker doesn't have a notion of a session - everything is stateless.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum