This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Tomcats session architecture Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Tomcats session architecture" Watch "Tomcats session architecture" New topic
Author

Tomcats session architecture

sreenath reddy
Ranch Hand

Joined: Sep 21, 2003
Posts: 415
Hi all

As everyone knows that IE issues same session Id to the browsers opened through Ctrl-N /going to File --New -->window .

I have a webapplication which has concept of web licensing ...mean to say only 10 clients can operate .......this is done using sesision mech in tomcat ....now the user will be misusing that by using these ways

so how can i avoid this ?? i know that Ctrl-N can be trapped through javascript but not the other option ..........i dont mind even if the effort will be more ........can i think of overwriting tomcats session architecture so that it issues a new session for the Ctrl-N window

I need a complete solution for this ? can any one help me out in this regard

Regards
Sreenath
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tomcats session architecture
 
Similar Threads
Is session object thread safe.
session issues with Ctrl-N
How to stop opening a new Window in IE(Urgent !!!)
Session Management
Session Attributes - thread safe ?