Dear all,

currently I'm working on a plugin for NfSen, for which it would be nice to stop 
NfSen from auto-refreshing the page. I tried to change the 'refresh' variable 
in the PHP session variable to a value of 0, as follows:

$_SESSION['refresh'] = 0;

However, NfSen is not interpreting this value and keeps on refresh the 
'Plugins' tab every 5 minutes (which is the default refresh timeout). I also 
tried to 'unset' the 'refresh' variable before setting it again. This didn't 
work out either. How can I solve this issue?

Best regards,

--
Rick Hofstede
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to