J
J
What is the correct method to use if I want to store a variable within my
web application, that is available to every single page within the
application, but is lost when the user navigates to a page outside of the
app.
I don't want to use session variables because they only last a short period
of time (and I'm NOT allowed to increase the session variable time on the
web-server).
TIA
web application, that is available to every single page within the
application, but is lost when the user navigates to a page outside of the
app.
I don't want to use session variables because they only last a short period
of time (and I'm NOT allowed to increase the session variable time on the
web-server).
TIA