I have a site made with php which uses server side sessions throughout the site. In fact, it\'s a site with a user login which depends on session variables and if there
Session data is stored on the server side, not the client. I would check the other pages, where this value would be set.