I'm trying to pass some values from one .aspx page to an handler (.ashx). I was doing this by using the session variable but i came to realize that this works badly on Firefox and Chrome and i abandoned that idea and decided to pass the values by query string.I'm trying to pass some values from one .aspx p