On login, i am saving username into Session["username"]. On next page, I am making a web service call. In web service, I want to access this session.
How to do this?
I've tried even set EnableSession to true of webmethod. But, still on executing Session["username"], instance set to null exception is show.
Please help.