| http://www.w3.org/ns/prov#value | - When they click that link, the application state is basically being thrown away and it starts all over again when they get to the next page.On a per-visitor bases, you can use sessions to maintain your application state.If you have meant for that static variable to remain static between all requests made by all visitors you will need to implement some sort of database, flat-file, or memcached based sy
|