how can i expire the page
-
Hi i need some help .... i want to expire my page or session abdon after 2 minutes... if the user has not tuch any link on the page that page expired after 2 minutes... if some one has any tutorial link regaurding to this or what method i can use then please tell me. :) Mazhar Hussain
-
Hi i need some help .... i want to expire my page or session abdon after 2 minutes... if the user has not tuch any link on the page that page expired after 2 minutes... if some one has any tutorial link regaurding to this or what method i can use then please tell me. :) Mazhar Hussain
Add this XML key on your web.config This will expiere the SESSION in 2 minutes and will redirect the user back to login.aspx to login again. Hope that helps and was what you were asking Al
-
Add this XML key on your web.config This will expiere the SESSION in 2 minutes and will redirect the user back to login.aspx to login again. Hope that helps and was what you were asking Al
interesting.... just out of curiosity, does this take care of the site with frames There is nothing new under the sun,
But there are lots of old things we don't know.
- Ambrose Bierce -
Add this XML key on your web.config This will expiere the SESSION in 2 minutes and will redirect the user back to login.aspx to login again. Hope that helps and was what you were asking Al
-
interesting.... just out of curiosity, does this take care of the site with frames There is nothing new under the sun,
But there are lots of old things we don't know.
- Ambrose BierceDepend, Normally I don't use frames in ASP.NET, as you can create User Controls to do Headers However I do believe if any of the frames is in the protected path should work.