Why is the session state null when you use Server.Transfer? Is there anyway to enable the session? (session state is already enabled and working fine, it’s just that HttpContext.Current.Session is null when you Server.Transfer into a new page within the same site)
Share
Add this to your page.
May be try this as well:
Context.RewritePathinstead of sever.transfer