session expires
when i click an asp.net button with the code Response.Redirect("AllDelivery.aspx") Application_Start() function is called in global.asax file. this means application starts again resulting expiration of session. Hence login page is again displayed.
Please help me so that clicking this button session does not expires.
|