Avatar

Level 4

AUGGGGHHHH!!!  haha that worked great.  One darn line of php code wrong causes me a day of trouble

Changing:

$session = $account->getSession("test");

To:

$session = $account->getSession($roomName);

in my php file and everything is working.   Thanks for the help!

-Eric