In this post i will explain how to access session Value in Http Handlers and from session value from Http Handlers.
In the previous post Dynamic Thumbnail Images using Http Handlers in asp.net C# explained how to show images using Http Handlers.
To access session value in Http Handler use following code
Ex :
In the code behind
In the previous post Dynamic Thumbnail Images using Http Handlers in asp.net C# explained how to show images using Http Handlers.
To access session value in Http Handler use following code
Ex :
In the code behind
Session["imgID"] = "2";