session for web service

S

Shinya Koizumi

Can i save the session related objects( usually used in servlet and jsp ) in
web service?

SK
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Shinya said:
Can i save the session related objects( usually used in servlet and jsp ) in
web service?

You should be able to specify to the web service that
calls in a session (requires that the client actually
keeps session state usually cookie) should hit same
instance of the web service.

You may also be able to get the servlet container session
out of the web service request.

Details depends on the web service toolkit being used.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,281
Latest member
Pedroaciny

Latest Threads

Top