Login....
The system uses a persistant cookie to maintain login states. Cookies are used by web browsers to remember states (because HTML is stateless). You give up automatic interactivity if you flush cookies.
Also, cookie specs only allow a small number of cookies to be stored at any time. If you browse a lot of sites, older cookies get erased when new ones are set.
Ken
TDR Admin