You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Frank Lawlor <fr...@athensgroup.com> on 2001/10/26 17:37:27 UTC

Re: JSP - How do I make it invisible to the browser's "back" button

I think you are going about this the wrong way.

Instead of explicitly targeting the counter.jsp you could
use a number of different approaches

1) have a "counter" bean.  Each page you want to count 
could include the counter bean invocation

2) map your app accesses thru a control servlet.  It will
do any housekeeping, including counting accesses and 
then forwarding on to the desired servlet. 

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.