Ask a Question related to ASP.NET General, Design and Development.
-
CQL #1
ASP.NET Duplicate SessionID Problem
I'm using a custom Session object to store information about current
selections in my asp.net application and I am running into a problem on IE
when a new window is cloned using Ctrl+N. Because IE uses same session id's
for two windows a problem exists where a user can potentially update wrong
data.
For example: I have selected patient A to be the current patient and I am
looking at patient's A records, then I open another window using Ctrl+N.
Obviously it pulls up exactly the same information about patient A. Well, I
select patient B and look at his/her information. (My session object now
holds patient B as current). Then I switch back to the first window... which
still has patient A displayed, I change some info and click 'Update' --
tragically I just updated patient B with patient's A information.
What is the best way to prevent this scenario in asp.net without having to
pass arguments around from page to page.
Thanks in advance -
Dan
CQL Guest
-
Duplicate Email Problem
Well it's back and I wondered if anyone else has had this problem since doing the DST updates. We're running CFMX 6.1 Updater with the J2EE... -
creating new Session.sessionid problem
hi guys i m storing my session.sessionid in database on user login but the problem is this after logout if i dont use structclear(session) it... -
Duplicate Colour Problem when printing to Mutoh
I'm importing multichannel DCS 2.0 files from Photoshop to Freehand 9. The files contain a Pantone 281 Channel and a Cyan Channel. These files are... -
duplicate problem
i've a member and i want to put it on stage a lot of times , so i've write this code: global i on exitFrame me puppetsprite(i, 1)... -
duplicate frames problem?
FW3/Mac Hi all I am making disjoint rollovers. They work fine using three frames. When I try to duplicate more than 3 frames anything after 3... -
MS News \(MS ILM\) #2
Re: ASP.NET Duplicate SessionID Problem
I would use the unique patient ID in the Database to update a patient
keep the patient ID with each Window.
pass parameters around.
"CQL" <dan.schab@cqlcorp.com> wrote in message
news:uxul3G4XDHA.2424@TK2MSFTNGP12.phx.gbl...id's> I'm using a custom Session object to store information about current
> selections in my asp.net application and I am running into a problem on IE
> when a new window is cloned using Ctrl+N. Because IE uses same sessionI> for two windows a problem exists where a user can potentially update wrong
> data.
> For example: I have selected patient A to be the current patient and I am
> looking at patient's A records, then I open another window using Ctrl+N.
> Obviously it pulls up exactly the same information about patient A. Well,which> select patient B and look at his/her information. (My session object now
> holds patient B as current). Then I switch back to the first window...> still has patient A displayed, I change some info and click 'Update' --
> tragically I just updated patient B with patient's A information.
> What is the best way to prevent this scenario in asp.net without having to
> pass arguments around from page to page.
> Thanks in advance -
> Dan
>
>
MS News \(MS ILM\) Guest
-
Colin Young #3
Re: ASP.NET Duplicate SessionID Problem
Find a better way of keeping track of which patient you are updating.
Passing arguments from page to page is the simplest way to accomplish that.
What exactly is the problem with passing arguments from page to page?
Colin
"CQL" <dan.schab@cqlcorp.com> wrote in message
news:uxul3G4XDHA.2424@TK2MSFTNGP12.phx.gbl...id's> I'm using a custom Session object to store information about current
> selections in my asp.net application and I am running into a problem on IE
> when a new window is cloned using Ctrl+N. Because IE uses same sessionI> for two windows a problem exists where a user can potentially update wrong
> data.
> For example: I have selected patient A to be the current patient and I am
> looking at patient's A records, then I open another window using Ctrl+N.
> Obviously it pulls up exactly the same information about patient A. Well,which> select patient B and look at his/her information. (My session object now
> holds patient B as current). Then I switch back to the first window...> still has patient A displayed, I change some info and click 'Update' --
> tragically I just updated patient B with patient's A information.
> What is the best way to prevent this scenario in asp.net without having to
> pass arguments around from page to page.
> Thanks in advance -
> Dan
>
>
Colin Young Guest



Reply With Quote

