Session State problems for multiple users

M

mcbobin

Hi,

Hopefully somebody can help me...

The development team I work in has created a large application that has
started displaying some nasty bugs which we think are being caused by
the session state.

When a single user logs in, their location ID is assigned to the
session state. This location ID persists until the browser session is
closed and no bugs appear.

However, when another user logs in, using a different location ID, the
original user's session state changes to show the new user's location
ID!

Sometimes, the location ID held within the session state 'swaps'
between users e.g. I log on as location 124 and a colleague logs on as
location 230 - suddenly, my location is 230 and my colleague's is 124!

We have checked to ensure that the session ID persists, it's just the
values of the session state that are changed.

Any help will be gratefully received :)

Thanks,

Rob
 
A

Architect

Hi Rob,

It is hard to say without getting a little bit more into the logic of
your application and how exactly you save location in the session
object.
If you can provide a little bit more details it would be easier to
help.
Some snippets of your saving code and the code where you read the
'swapped' value would be helpfull as well.

Best regards,
Valentin Ivanov.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top