伪代码
service(..){
//httpclient get http://www.facebook.com
}
以上是java servlet的伪代码,当用户从浏览器中重复调用此servlet服务(..)时
例如
1。致电http://localhost:8080/callService?url=facebook.com/index.php
2。致电http://localhost:8080/callService?url=facebook.com/editprofile.php
这些后续请求可以使用相同的“会话”吗?