when click a image form the gallery of image, i need load to another page along with setting the $_SESSION[‘IssueID’] something like this, i know by send it through URL (get method) but i don’t want the user to know this ‘IssueID’ not even by post method. how can i do it…
i saw some what similar to my query in this
Setting a PHP $_SESSION['var'] using jQuery
here i want load page with out data been shown to the user….
The user won’t see anything, if you use Ajax (or even the way shown on the other thread you linked), because it happens in the background.