I\'ve been driving myself nuts with this problem.
I\'m creating a session id dynamically in order to retain the page state on refresh.
If a page element is c
It's bad practise to have an all numeric element id (i.e. $_SESSION[$id] = substr($str, 0, 1);