> I want to change the default session name 'PHPSESSID'  to say ex. 'seid'.
>
> How can I do this without editing to the php.ini since I'm having a site
on
> a virtual host.

Try putting this at the start of your scripts:
ini_set ('session.name', 'seid');

Luke Welling.
--
PHP and MySQL Web Development
by Luke Welling and Laura Thomson
http://www.amazon.com/exec/obidos/ASIN/0672317842/tangledwebdesign




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to