Re: Same session for one IP

2007-03-19 Thread kz
Actually the product is an industrial automation tool. It is supposed to run in control rooms of industrial plants. The requirement for a single user for a machine is important because the client is very heavy. It requires a lot of memory and other resources (which makes it important that we restr

RE: Same session for one IP

2007-03-18 Thread Peter Crowther
> From: kz [mailto:[EMAIL PROTECTED] > Im working on a product which requires that only a single > client instance can be connected through a machine. There is no way, to my knowledge, to implement this in the general case. It's always possible for a power user to assign two IP addresses to the

Re: Same session for one IP

2007-03-16 Thread kz
Actually yeah. Im working on a product which requires that only a single client instance can be connected through a machine. Actually I thought if there would be anything in Tomcat which supports this then it wouldve considered the problem you mentioned and would be solving it somehow (using mac

Re: Same session for one IP

2007-03-16 Thread David Smith
None that I no of. More to the point, it's a security issue to have all the browsers behind one IP share a common session. Witness how cable routers can share one IP with an entire apartment building. Would you really want your neighbor with the super loud metal rock to see your credit card

Same session for one IP

2007-03-15 Thread kz
Hi, Is there any option in Tomcat which can assign a new session ID only if the IP address is changed and not a browser window? Actually right now a new session ID comes in request for every new browser window (even if the IP address is same). Is there any option to make Tomcat assign new session