How to request different session IDs from Java

As far as you know, In some web sites, when I send a home-page request to the web server, It assign a session ID to me. Using this session ID and cookies, it prevent multiple sign in (Login with different accounts in a single browser simultaneous). ie, if I don't signed out, when I send another request to the web server on another tab of my browser, it returns me the same session ID.

Now, I want to receive different session IDs per request. How can I do it?

链接地址: http://www.djcxy.com/p/71956.html

上一篇: tkt通过移动客户端上的HTTP响应头

下一篇: 如何从Java请求不同的会话ID