473,388 Members | 1,390 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Session state issue

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.
Apr 1 '06 #1
3 2192
Probably because you're storing something in the application object,
where it's available to all users, instead of in the session object.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"prof_martin" <pr********@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
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.

Apr 1 '06 #2
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

"Juan T. Llibre" wrote:
Probably because you're storing something in the application object,
where it's available to all users, instead of in the session object.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"prof_martin" <pr********@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
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.


Apr 1 '06 #3
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.

--
Terry Burns
http://TrainingOn.net
"prof_martin" <pr********@discussions.microsoft.com> wrote in message
news:46**********************************@microsof t.com...
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

"Juan T. Llibre" wrote:
Probably because you're storing something in the application object,
where it's available to all users, instead of in the session object.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"prof_martin" <pr********@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
> 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.


Apr 1 '06 #4

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

Similar topics

3
by: Nhi Lam | last post by:
Hi, I understand that there are 3 modes in which I can configure the SessionStateModule. What I need is an out of process Session State store with fail over support. The "SQL Server Mode" seems...
2
by: John A Grandy | last post by:
for high traffic public websites , what are the proven options for session-state storage & management ? is an out-of-process state-server generally preferred over a sql-server ? what are the...
5
by: ASP.Confused | last post by:
As you can tell from my previous posts on this issue...I'm really confused :-/ I have a few ASP.NET web applications on my web host's "https" server. Our web host has a single "bin" folder for...
5
by: fbwhite | last post by:
I know this issue has been brought up many times, but I have tried many of the solutions to no avail. I wanted to give my specific case to see if someone could be of any help. We are using the...
4
by: Abi | last post by:
We able to generate this error in our test environment and were able to research this enough to understand that the issue is NOT with an abject that needs to be serialized but rather as the stack...
9
by: cashdeskmac | last post by:
I have put a string into Session and tried to retrieve it on the next page I visit but the Session appears empty. I have exactly the same spelling for both adding and retrieving the value: ...
18
by: BillE | last post by:
When a user opens a new IE browser window using File-New-Window the integrity of an application which relies on session state is COMPLETELY undermined. Anyone who overlooks the fact that...
11
by: Joseph Geretz | last post by:
I've been looking at two approaches for the maintenance of Session state for a Web Service application. One approach uses the old familiar Session object which I've used in the past for Web...
14
by: GaryDean | last post by:
The web.config in my asp.net application, running on Server2003, has this entry: <sessionState mode="InProc" timeout="40". In IIS the asp.net State Management timeout setting is 40 for my website....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...

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.