Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1049039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:33:11+00:00 2026-05-16T16:33:11+00:00

While debugging a classic ASP application (and learning about classic ASP at the same

  • 0

While debugging a classic ASP application (and learning about classic ASP at the same time) I’ve encountered the following

Application("Something") = "some value"

and elsewhere in the code this value gets used thus:

someObj.Property = Session("Something")

How does the Application object relate to Session?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T16:33:11+00:00Added an answer on May 16, 2026 at 4:33 pm

    A Session variable is linked to a user. An Application variable is shared between all users.

    Application is a handy vault for storing things you want to persist but you can’t guarantee they’ll always be there. So think low-end caching, short-term variable storage, etc.

    In this context with these definitions, they have very little to do with each other except that getting and setting variables is roughly the same for each.

    Note: there can be concurrency issues when using Application (because you could easily have more than one user hitting something that reads or writes to it) so I suggest you use Application.Lock before you write and Application.Unlock after you’re done. This only really applies to writing.

    Note 2: I’m not sure if it automatically unlocks after the request is done (that would be sensible) but I wouldn’t trust it to. Make sure that any part of the application that could conceivable explode isn’t within a lock otherwise you might face locking other users out.

    Note 3: In that same vein, don’t put things that take a long time to process inside a lock, only the bit where you write the data. If you do something that takes 10 seconds while in a lock, you lock everybody else out.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 532k
  • Answers 532k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer It is not sensible to use for such a site.… May 17, 2026 at 12:12 am
  • Editorial Team
    Editorial Team added an answer You could use Enumerable#select: clients.select{|key, hash| hash["client_id"] == "2180" }… May 17, 2026 at 12:12 am
  • Editorial Team
    Editorial Team added an answer You don't need stored procedure. Just a simple request can… May 17, 2026 at 12:12 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

While debugging some code, I came across an array named default . I thought
While debugging something, I saw the STL vector::empty() implementation: bool empty() const {return (size()
While debugging a variable in Eclipse that takes true but the same takes false
The following code causes a SIGSEGV, but only while debugging. #include <stdio.h> #include <stdlib.h>
I am coming from the django world to maintain a fairly complicated classic asp
While debugging through a .NET 3.5 SP1 project which is contacting a local web
While debugging SQL statements, if I accidentally execute a query in using the mysql
While debugging a problem I'm having on a DetailsView finding a control in one
While debugging a program in Xcode I have several CFStringRef variables that point to
While debugging, whenever we step into a method, the file which defines that method

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.