Víctor, tienes un par de errores en la parte de javascript, por eso no recoge nada
Código:
<script type="text/javascript">
var width = screen.width;
var height = screen.height;
document.cookie ='width='+width';
document.cookie ='height='+height';
</script>
Te sobran las comillas que te marqué en rojo