Re: Global variable - No of hits counter

2007-01-22 Thread tom tom
ome/lalitha/mod_cas/sessions',delta=>120, verbose => 0) -> expire_file_sessions(); --- "Mumia W." <[EMAIL PROTECTED]> wrote: > On 01/21/2007 04:55 PM, tom tom wrote: > > Hi, > > > > In my mod_perl (Authentication module). I have

Global variable - No of hits counter

2007-01-21 Thread tom tom
Hi, In my mod_perl (Authentication module). I have global variable defined as follows use vars qw( $SESSION_CLEANUP_COUNTER); $SESSION_CLEANUP_COUNTER=0; my intention is to count no of times it is getting executed by clients (no of hits). I am incrementing it within Authenticate method as follo