Re: Session variable trouble
- From: "Patrice" <scribe@xxxxxxxx>
- Date: Fri, 14 Apr 2006 16:01:04 +0200
Also dump userid and sessionid so that you can at least cut down the mixed
up session theory.
If you have the same userid but distinct sessionIDs this is that the userid
initialization code is likely bad.
Also SQL Server profiler may help (you'll see if both statement are fed with
the same parameters for both users, you can try them from QA then).
My failed attempt was to convey the idea that to find out the problem you
have to try and test hypothesis on possibly simplified code instead of
trying to address the problme in the whole original context where likely
much of the code has nothing to do with the carrefully hidden problem.
--
Patrice
"Russell" <russell@xxxxxxxxx> a écrit dans le message de news:
1145020164.636020.40900@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
At a wild guess, a bug in your stored procedure Usp_LeftMenu_Contact,
perhaps it isn't actually querying the user id? You should explicitly
execute it with different values and observe the results.
You might put some handling in your catch block too, although I'd
expect the subsequent call to ExecuteReader to fail if the parameters
aren't initialized.
.
- References:
- Session variable trouble
- From: aroraamit81
- Re: Session variable trouble
- From: Hans Kesting
- Re: Session variable trouble
- From: aroraamit81
- Re: Session variable trouble
- From: Patrice
- Re: Session variable trouble
- From: aroraamit81
- Re: Session variable trouble
- From: Ray Booysen
- Re: Session variable trouble
- From: aroraamit81
- Re: Session variable trouble
- From: Jeff Dillon
- Re: Session variable trouble
- From: aroraamit81
- Re: Session variable trouble
- From: Jeff Dillon
- Re: Session variable trouble
- From: Russell
- Session variable trouble
- Prev by Date: Detect Window Type
- Next by Date: Re: ASPNET 2.0 Treeview HELP!
- Previous by thread: Re: Session variable trouble
- Next by thread: RE: Problem using a FormView with an HTML table in Edit/Insert tem
- Index(es):
Relevant Pages
|