JSP session for each IP address or for each browser
Posted
by lalchand
on Stack Overflow
See other posts from Stack Overflow
or by lalchand
Published on 2010-06-18T12:23:57Z
Indexed on
2010/06/18
12:43 UTC
Read the original article
Hit count: 237
I want to know whether one session is been created for each IP address or for each browser instance?
I opened my JSP application in three browser windows. It creates three different sessions? Suppose I want to use a single session for multiple instance of browser, is it possible or not?
© Stack Overflow or respective owner