lcscne
05-19-2005, 02:21 PM
Session("appWelcome") = "Welcome to a little patch of heaven."
3 questions: please answer any or all.
Is Session("appWelcome") stored as a cookie on the user's hard drive or in server memory?
If in server memory: why do cookies have to be enabled on the client?
If on the local disk: why don't I have access to these values in global.asax/Application_BeginRequest? - the cookie info is sent to the web server with the request
3 questions: please answer any or all.
Is Session("appWelcome") stored as a cookie on the user's hard drive or in server memory?
If in server memory: why do cookies have to be enabled on the client?
If on the local disk: why don't I have access to these values in global.asax/Application_BeginRequest? - the cookie info is sent to the web server with the request