There should be a selection in AdminCp to turn this whole
remember thing on and off. We have a multi server site
so we always need cookies. I had to modify the templates
to set the cookie but turn off the display.
This is an example that removes the display and sets the cookie:
Code:
<div id="remember" class="remember">
<input type="checkbox" style="display:none;" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" checked="checked"/></div>