Use session after Response.End()
Response.End() has been used for downloading excel.So once the Response.End() has been called, I could not
call another function which uses session. Since session is getting clear.
Nutshell: Response.End() clearing session.
How to use session even after Response.End() has been used