I have a php page that store a session variable. One of the link is a .html page, with link back to some php pages. When I travel back to php page, would the session variable still be accessible?
Sorry if the answer to this would be obvious since I am not familiar with sessioning. Maybe the session is recorded in the server?