<?php session_start(); $offsetTop = 0; if(isset($_GET['offsetTop'])) { $offsetTop = $_GET['offsetTop']; } $_SESSION['viewport']['top'] = $offsetTop;