I fixed this issue. The session stays alive when using the default user session of the asp.net user management.
Main Topics
Browse All TopicsHey,
As you can see I have 2 problems.
The first is a gridview with an auto generated edit and delete button. All events work except for the update event. I set a breakpoint to confirm the not triggering of my update command (It is more like it just postbacks). The html of my gridview is on the code snippit.
I already tried to replace the autogenerated edit and delete buttons with custom made buttons. I had to add validaterequest="false" and Enableeventvalidation="fal
The second is a custom made resource editor. I update the resource with the code shown below the gridview code. What happens is that I start editing one row. And press the update button. The row gets update just fine but my session is gone afther the postback. So I get kicked out of the admin part of the website. And there is no Session.clear or remove to be found in my website.
Thank you in advanced,
With kind regards,
Kevin Hendricks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: WanaBRichPosted on 2008-05-16 at 06:18:55ID: 21582388
First I would try to delete the grid and add a new one as the update button should work. they have been many times for unknown reasons that my update or edit buttons have stoped working insted of trying to figure out why, I just delate and then add a new one again. better the 1 min of time than the hours of trying to figure out why :)
What is your sesssion timeout set at?
What is the code in the Page_Load event is it checking for role information of something?