Variable with application scope
May I know how can I declare a variable which has scope for all the visitors and all pages and all sessions ?
Just like Application object of ASP ?
I am currently declaring such variables in a setting file and including in every page. This is not efficient, I think.
|