How do I pass a variable like username between two jQueryMobile pages?
or two regular pages for that matter, having the variable as global does not work, since at the next include it will set the variable back to null.
How do I pass a variable a global variable between two html pages?