asp.net - Session.Remove(Key) Throwing null refrence exception -


i getting following error in aspx.cs page during adding 1 item in session

session["request_params"]=new hashtable(); 

argument exception

item has been added. key in dictionary: 'request_params' key being added: 'request_params'

but per understanding adding or updating value session never throw exception.

i using inproc session mode.

any suggestion one.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -