Hello Every One
How to specify session is web.config file so no need to write in each page
also how to redirect to login page if session is null
if(Session["name"] ==null)
{
Response.Redirect("Login.aspx");
}
but it not working in my code...
Plz check and replay for me...
Rajeesh MenothPosted Jun 16, 2015, 6:37 AM
Munesh SharmaPosted Jun 16, 2015, 6:30 AM
Upendra Pratap ShahiPosted Jun 11, 2015, 8:54 AM
Saroj Kumar SahuPosted Jun 11, 2015, 7:09 AM
Session.RemoveAll();Session.Abandon();vikram reddyPosted Jun 11, 2015, 6:59 AM
Saroj Kumar SahuPosted Jun 11, 2015, 6:47 AM
vikram reddyPosted Jun 11, 2015, 6:39 AM
Saroj Kumar SahuPosted Jun 11, 2015, 6:33 AM
Khan Abrar AhmedPosted Jun 11, 2015, 6:28 AM