httpResponse question
Hosting and Servers
1
Posts
1
Posters
1
Views
1
Watching
-
i want to send back data from server to client, i receive the request on the server using the function doGet is there any way to send data using httpServletResponse but not by using outputstream? i meas something like this response . SetAttraibye(attName,attValue) and if there is , how can i extract that value on the client thank you very much