<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;ve temporarily reduced the values to a couple of days, to see if that<br>

at least reduces the history of files. Is there a way to prevent session<br>
files being created by spammers?<br>
</blockquote><div><br>Don&#39;t stop at just preventing session files being created!  Strike back!  Put this in your config.php:<br><br>if (is_a_spammer($AuthId)) {<br>   delete_session();<br>   print_nasty_words_on_screen();<br>
   tell_his_mommy_hes_a_bad_boy();<br>   send_electric_shock($dest=&#39;spammer&#39;, $via=&#39;keyboard&#39;);<br>   install_virus();<br>   hide_1_sock_from_each_pair($device=WASHING_MACHINE);<br>   scratch_favorite_cd();<br>
   acme_corrupter(array(&#39;backups&#39;, &#39;registry&#39;, &#39;harddisk&#39;, &#39;frontallobe&#39;));<br>   jam_zipper();<br>   recalibrate_frig_to_melt_items(array(&#39;ice_cream&#39;, &#39;butter&#39;));<br>   reprogram_autodial(array(&#39;from&#39;=&gt;&#39;*&#39;, &#39;to&#39;=&gt;&#39;mother-in-law&#39;));<br>
   transfer_bank_acct($from=&#39;spammer&#39;, $to=&#39;me&#39;);<br>   send_mad_attack_goat($home_address);<br>} <br><br>Note that some of these features work only in PHP5.  And the mad attack goat is available only through a special PEAR install - it doesn&#39;t come in the default configuration on any systems I&#39;ve ever worked on.<br>
<br>-Peter<br><br>PS Apologies to the anonymous anti-chain-letter email that circulates every few years.<br></div></div>