On Tue, June 6, 2006 1:43 pm, Oliver Block wrote: > is there any easy way to use differnt sessions on the same domain? I > didn't > really dig for a solution, but if anybody has one ready?
<?php
session_name("MY_session_data_needs_to_be_separate");
session_start();
?>
--
Like Music?
http://l-i-e.com/artists.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

