Home
last modified time | relevance | path

Searched refs:SESSDIR (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/php/
H A Dphp_sessions40 SESSDIR=${sessiondir:-"/var/lib/php/session"}
43 test -d "$SESSDIR" > /dev/null 2>&1
65 ACTIVE_SESSIONS_NUM=`find $SESSDIR/ -type f -iname "sess_*" -amin -5 | wc -l`
66 TOTAL_SESSIONS_NUM=`find $SESSDIR/ -type f -iname "sess_*" | wc -l`
/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Dmastermod.h53 #define SESSDIR "_sess" /* name of the session directory */ macro
H A Dmastermod.c321 sprintf(path, "%s%c%s", rootdir, ESTPATHCHR, SESSDIR); in master_init()