Session_End called at wrong time
akanihuu_at_yahoo.com
Date: 01/29/05
- Next message: econobeing: "Re: how to get the IP address of a website without using DNS anyth"
- Previous message: John Puopolo: "Re: Considerations for packaging MSDE app"
- Next in thread: Derek Harmon: "Re: Session_End called at wrong time"
- Reply: Derek Harmon: "Re: Session_End called at wrong time"
- Messages sorted by: [ date ] [ thread ]
Date: 28 Jan 2005 16:04:57 -0800
I am building a ASP.Net web application using C# and added code to the
Session_End function in the Global.asax.cs to delete user files when
the session times out in ten minutes. I have a page that displays the
accounts in a datagrid with two columns. One column contains the
account name and the second contain a delete link to delete the
account. The problem I am having is that whenever I click the delete
link to delete the account, it is triggering a call to the Session_End
event to delete the user files instead of the account. I don't know
why this is happening and have tried many work around to fix this
problem, but have been unsuccessful. I would really appreciate any
help on this, thanks.
- Next message: econobeing: "Re: how to get the IP address of a website without using DNS anyth"
- Previous message: John Puopolo: "Re: Considerations for packaging MSDE app"
- Next in thread: Derek Harmon: "Re: Session_End called at wrong time"
- Reply: Derek Harmon: "Re: Session_End called at wrong time"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|