i use this code in .htaccess to stop Session id. <IfModule mod_php4.c> php_value session.use_only_cookies 1 php_value session.use_trans_sid 0 </IfModule> but it is not working. is there any effective way to stop Session id. my webhost didnot support php.ini im using articlems script. == i tried this code but not working too. <IfModule mod_php4.c> php_value magic_quotes_gpc 0 php_value register_globals 0 php_value session.auto_start 0 php_value session.use_trans_sid 1 </IfModule>