Re: Session State Problem (ASP.NET 2.0)
- From: "Teemu Keiski" <joteke@xxxxxxxxxxxxxxx>
- Date: Mon, 12 Jun 2006 07:58:33 +0300
Hi,
and you don't modify any folders or files in content directories while this
happens? Such could cause AppDomain to restart and if you use InProc
session, it would be lost. Check that and try switching to StateServer etc
For the reference: http://forums.asp.net/thread/1311015.aspx
--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke
"jeff_m" <jeff_mishima@xxxxxxxxxxx> wrote in message
news:1149871653.743104.87350@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
I'm having some trouble with a combination of these elements: the
Session state, a Repeater control, a TreeView control, and a button.
Here's the process:
- User logs in (loginid stored in session state)
- User presses a button (to delete a node from the TreeView)
- I re-bind the TreeView and the Repeater to reflect changes made by
deletion of the node
- Perform *any* other action
- (Note: after each step except the last I have verified that the
session state remains intact)
At this point, the variables stored in the session state 'go away'-
they truly do not exist after this, as evidenced by logging all
accesses to the session. I have also turned on tracing to verify this-
it shows that the session state is empty.
Does anyone have any clue as to what might be going on here? Any help
is much appreciated.
TIA,
Jeff
.
- Follow-Ups:
- Re: Session State Problem (ASP.NET 2.0)
- From: rasdanATgmailDOTcom
- Re: Session State Problem (ASP.NET 2.0)
- References:
- Session State Problem (ASP.NET 2.0)
- From: jeff_m
- Session State Problem (ASP.NET 2.0)
- Prev by Date: Re: MemberShip Question
- Next by Date: Re: ASP.Net [2.0] Build Number?
- Previous by thread: Session State Problem (ASP.NET 2.0)
- Next by thread: Re: Session State Problem (ASP.NET 2.0)
- Index(es):