Session state issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm using .net 1.1. I have ASP.Net appl, shopping cart ,with dataset on
sesion. Dataset here to store all selected items, sesion timeout 120 mins.

Problem is, I got report that: user A select 5 items then close browser,
other user B go to the website it will show 5 items directly. More over user
B is not using same PC, not on same network, reported from different country,
incredible report..

How can this happened, any idea? Could it be becuase non unique session id,
how to prevent?

Thanks a lots,
Martin Adhie N.
 
Hi Juan,

For sure I didn't put anything on application object. session state
cookieless=false. Confirm that session is unique for PC and browser (some
condition will re-use session id for browser). Is it too long session expired
(120mins), so will generate duplicated sessionid.

Thanks, Martin
 
It's not getting these values by accident. You must have code in there which
is storing and retreiving these values, or else your report is I suggest to
be suspected.
 

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

Back
Top