Forums
This topic is locked
Session vs. Application
Posted 22 Jun 2002 04:25:42
1
has voted
22 Jun 2002 04:25:42 aegis kleais posted:
Over the last week I got to understanding what a Session is. It's not a variables, but more so a state of user visits that can CONTAIN variables of it's instance. ie Session("variablename"
But now I hear talk of APPLICATION. Someone told me that they exist WEBSITE WIDE. Do the script in the same manner that Sessions do?
ie, if UserA and UserB are on the website at the same time and UserA does something that sets Application("MyNumber"


If so, do Applications expire? I assume the more I create, the more resources on the server get hogged. Is this the method by which they tell how many users are online?
Replies
Replied 23 Jun 2002 22:10:43
23 Jun 2002 22:10:43 David Hayes replied: