recently installed phpFreeChat 1.0 beta 7 - just having problems testing my parameter sessions. how do i clear the sessions so that when i refresh my page that i can test my new settings?
here is the parameters i used:
$params["title"] = "Some website I am using on";
$params["nick"] = $_SESSION['a_session_that_indicates_the)user']; // setup the intitial nickname
$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat
$params["frozen_nick"] = true;
$params["height"] = "200px";
however i have refreshed like plenty of times but the height is still the same, this worked yesterday when i had an older version but had the same refresh problem