I read through a posting and replies that helped me to understand the problems associated with using session variables, especially if cookies are turned off on the client machine. Would the same problem exist with application variables? (I realize I can only put things that will be common to every user there.)
Also, any thoughts on the overhead of using application variables vs reading those values out of a sql database on each page.
Thanks
Also, any thoughts on the overhead of using application variables vs reading those values out of a sql database on each page.
Thanks