
 Sai Bhagath - 2011-03-03 07:44:06
Hello, We are facing Log-off issue in our Live chat application which was build with OSI CODES, the issue is after logging in to the chat it is automatically logging off the user, 
include_once("../web/$l/$l-conf-init.php");
In the above code  $1 is showed as undefined variable, and sometimes $1 returning " ".
include_once("./web/". $session_chat[$sid]['asp_login'] ."/". $session_chat[$sid]['asp_login'] ."-conf-init.php") ;
In above code in place of $session_chat[$sid]['asp_login'] &l will be returned. 
Anybody please help us on the same. Thank!!