Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / August 2007

Tip: Looking for answers? Try searching our database.

Articles on Pros/Cons of Session Object

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Doogie - 29 Aug 2007 17:22 GMT
I'm looking for some good reading material on the pros/cons of using
the Session object and was wondering if anyone could point me in the
right direction?
Steve - 29 Aug 2007 17:40 GMT
Here's a good article:

http://www.codeproject.com/aspnet/ASPNETSession.asp

Steve C.
MCSD,MCAD,MCSE,MCP+I,CNE,CNA,CCNA

> I'm looking for some good reading material on the pros/cons of using
> the Session object and was wondering if anyone could point me in the
> right direction?
BillE - 29 Aug 2007 17:52 GMT
One issue this article does not mention is that a session may be shared
between tabs in IE7.

I point this out because I inherited an Orders Management web application
which was plagued by incorrect data entries.

This was because users were opening a customer on tab 1, then opening the
application in tab 2 and changing to a different customer so they could
access multiple customers simultaneously.  The problem was that the
CustomerID was stored in a session variable which was shared between the
tabs.  When the user opened a new customer in tab 2, the session variable
was changed to the new CustomerID.  When the user returned to tab 1, the
customer information which was displayed no longer matched the
session("CustomerID") variable.  Orders which were intended for customer 1
were actually placed for customer 2.

Bill

> Here's a good article:
>
[quoted text clipped - 6 lines]
>> the Session object and was wondering if anyone could point me in the
>> right direction?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.