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

  • SEARCH
  • Home
  • 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 762455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T16:23:51+00:00 2026-05-14T16:23:51+00:00

I have been asked to work of a very large web application and deploy

  • 0

I have been asked to work of a very large web application and deploy it. The problem that I’m facing here is that when I deploy the application and more that 1 user logs into the system, the sessions seem to cross over i.e:

Person A logs in and works on the site, all good. When person B logs in, person A will then be logged in as person B as well.

I have been asked to work of a very large web application and deploy it. The problem that I’m facing here is that when I deploy the application and more that 1 user logs into the system, the sessions seem to cross over i.e:

Person A logs in and works on the site, all good. When person B logs in, person A will then be logged in as person B as well.

If anyone has experienced this behaviour before and can steer me in the right direction, that would be first prize, Second prize would be to show me how I can debug this situation so that I can find out where the problem is and fix it.

Some information about the application. From what I’ve been told and what I’ve seen within the app is that it started as a .Net 1.1 application and got upgraded to .Net 2 and that’s why the log in system was done the way it is. (The application is huge and now complete and that’s why I cant rewrite the whole user authentication process, it will just take to long and I don’t know what effect it might have)

All the Logged in User information is stored in properties that have been added in the Global.asax.vb file. (could this be the problem?)

Any help here would be greatly appreciated

  • 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-14T16:23:52+00:00Added an answer on May 14, 2026 at 4:23 pm

    Sessions on the server doesn’t cross over, so the actual reason has to be that there isn’t actually two separate users, or that the information isn’t actually stored in separate sessions.

    Browser sessions

    When you open a new browser window from another window in Internet Explorer, they are in the same browser instance, and thus still the same user. There is no way for the server to distinguish between the windows based on the session id, as they share the cookies and send the same id. You have to start a new instance to log in as a separate user.

    In Firefox there is ever only one instance. Even if you try to start another instance, it will just open a window in the existing instance. Thus, you can not log in as separate users in separate windows.

    Session objects

    To store information in the user’s session, you actually have to store it in the Session object. If you create properties in the GLobal object in global.asax, they are shared by all users. Even if you are in a method like Session_Start, the user doesn’t have a separate instance of the Global object.

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

Sidebar

Related Questions

The problem I am facing is that I have a glx based application that
Here's an interesting question that I'm shocked hasn't been asked more often on the
I have been supporting a web application at work for our Call Center unit
I have recently been asked to estimate a piece of work which will provide
I have been asked to lend a hand on a hobby project that a
I have been asked to develop some usercontrols in ASP.NET that will at a
I've been asked to help a friend's company to bring up a web application.
I have been asked by my boss at work to look into allowing widgets
I have just been asked to fix our address DB in work as it
I've been asked to work some alarm functionality, very similar to the Alarms functionality

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.