This is a migrated thread and some comments may be shown as answers.

Problem with Session and WebResource.axd

2 Answers 190 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Egor
Top achievements
Rank 1
Egor asked on 20 Nov 2010, 04:52 AM
When you assign session value null, it is not cleared, there climbs value "WebResource.axd", as if once again set to null, it will display "Telerik.Web.UI.WebResource.axd" and is not removed until the session does not die?

2 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 23 Nov 2010, 05:38 PM
Hello Egor,

Instead of:
Session["ItemName"] = null;

You should use:
Session.Remove("ItemName");

I hope this helps.

Best wishes,
Vasil
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Egor
Top achievements
Rank 1
answered on 24 Nov 2010, 07:54 PM
Does not help. Error is associated with URL Rewrite 2.0. Unfortunately it is worth choosing telerik asp.net ajax or SEO and URL rewrite.
Tags
General Discussions
Asked by
Egor
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Egor
Top achievements
Rank 1
Share this question
or