473,474 Members | 1,669 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Session information swapping between sessions

Dan
I have a weird problem that's putting both my job and my company in
jeopardy, and I hope you folks can help.

We have an application that we're slowly porting from classic asp to
asp.net -- portions are currently in both techs. Unfortunately, each
application uses session variables pretty frequently, so I need to sare
information between both session states.

Currently our login page (and htm page) posts to login.aspx, which verifies
username and password, stores them in session, and redirects to an asp page.
That page stores the userid in session and redirects back to the main dotnet
application. You following so far? We end up with the userid stored in both
session states, and the user is in the main application.

My problem is this: from time to time, a user logs in and gets another
user's information. This is rather bad, as we support a large number of
sales people who are suddenly getting access to their competitor's
prospects. Needless to say they're nonplussed.

I have no idea where in the process things can be breaking, or what to do
about it. I'm desperate here -- anyone have any suggestions?

TIA
Nov 17 '05 #1
1 1987
As long as you don't have a common solution, I would suggest to store
this kind of data centrally in a database which is being accessed from
both applications. This should not result in a performance hit unless
it's not a high-traffic tool.

HTH

Philipp


Dan wrote:
I have a weird problem that's putting both my job and my company in
jeopardy, and I hope you folks can help.

We have an application that we're slowly porting from classic asp to
asp.net -- portions are currently in both techs. Unfortunately, each
application uses session variables pretty frequently, so I need to sare
information between both session states.

Currently our login page (and htm page) posts to login.aspx, which verifies
username and password, stores them in session, and redirects to an asp page.
That page stores the userid in session and redirects back to the main dotnet
application. You following so far? We end up with the userid stored in both
session states, and the user is in the main application.

My problem is this: from time to time, a user logs in and gets another
user's information. This is rather bad, as we support a large number of
sales people who are suddenly getting access to their competitor's
prospects. Needless to say they're nonplussed.

I have no idea where in the process things can be breaking, or what to do
about it. I'm desperate here -- anyone have any suggestions?

TIA


Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Shiv | last post by:
I have a servlet driven web application using ServletExec 4.2 AS, IIS 4.0 as the platform. Some user data is stored is persisted in a user object at the beginning of the session which includes use...
2
by: Amit D.Shinde | last post by:
Hello Experts.. I need some help regarding cookies and session objects and also global.asa file I am creating one cookie when a user logs in on my website. The cookie stores the login name of...
4
by: Daniel | last post by:
Hi I am having a problem sharing session between SSL and non-SSL asp.net pages I have F5 BigIP with sticky sessions working fine, but the problem is tha sticky session applies at the port level...
2
by: Wayne Wengert | last post by:
Are Session variables the same as a cookie? In reading a couple of pages I got from searches, I don't get the difference. Basically, I am currently using simple session variables (e.g....
5
by: jb | last post by:
*Please* help --- I'm tearing my hair out. I want to use sessionstate in a webservice, accessed from a client, written in script (JScript, InfoPath). I have written my webservice (C# .NET). I...
3
by: Victor Paraschiv | last post by:
I have created a simple webservice using C#. Now I want to consume it from a windows application.The problem is that the information saved in Session object do not persist across calls of...
4
by: Nick Gilbert | last post by:
Hi, Is it possible to access the Session of an arbitary user from an aspx page? On an e-commerce site, I am notified of payment success via a callback from the payment server to an ASPX page...
2
by: Gordon Burditt | last post by:
I had this idea about preventing session fixation, and I'm wondering what anyone else thinks about it. The idea is, essentially, don't allow session ids that YOUR PHP didn't generate (and aren't...
43
by: davidkoree | last post by:
I mean not about cookie. Does it have something to do with operating system or browser plugin? I appreciate any help.
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.