[email protected] wrote:
> Like yo, do you fellas see what I do on your machines?
> $ find /tmp -name sess\* 2>&-|wc -l
> 95853
> $ find /tmp -name sess\* ! -empty 2>&-|wc -l
> 42637
> $ find /tmp -name sess\* ! -empty 2>&-|xargs more 2>&-|less
> /tmp/sess_d4espd7ur01k7rq75f83ff7t45
> ::::::::::::::
> wsUserID|i:3;wsUserName|s:4:"Jini";wsToken|s:32:"...
> /tmp/sess_rqc4ufi3ev1g8on3novneb9dc7
> ::::::::::::::
> wsUserID|i:2;wsUserName|s:9:"WikiSysop";wsToken|s:32:"...;wsEditToken|s:32:"-...
> 
> Any better way than "leaving all those candy bar wrappers on the floor"?

Configure your php to use another folder, store the sessions in
memcached....


_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to