Hi Joshua,

I am using an Application variable in my application. It is initialized when a user 
session starts as:
$SID = $Session->SessionID;
$Application->{$SID} = "somevalue";

When a user's session times out, I try using this application variable ... the key is 
right but I cannot get any value out of the Application hash. I am using:

$SID = $Session->SessionID; 
$Application->{$SID} ;

to retrieve the value.

In  my httpd.conf, i have set the AllowApplicationState to "1" in the .htm file 
handler. AllowSessionState is also set to "1".

Another confusion I have is with the StatINCMatch variable. Can I use this variable to 
reload modules in a particular directory ... not reload all the modules with

PerlSetVar StatINCMatch Provillage/*
(where Provillage dir is in the perl directory path and contains the modules that I 
would like reloaded)

Thanks,
Ritu

---------------------------------------------------
Get free personalized email at http://www.iname.com

Reply via email to