|
Hello to every one
i have my project in folder
c:\inetpub\wwwroot\Project . i have header.asp in it which contain link for newsletter..when i click on newsletter ..i goes to the folder link
c:\inetpub\wwwroot\project\newsletterProject
whereas newsletterProject i have download from the internet.
so when user click on newsletter link it goes to
http:/localhost/project/newsletterProject/newspage.asp
so i want that if I logout from application so it should not redirected above link that is http:/localhost/project/newsletterProject/newspage.asp
remind that newspage.asp is not developed by me.seconldy the newletter is completed full fledged project that i have download from the internet..
do i need to put session check on each page of newsletter or is there any other technique for session check
do let me know if need further description reagrding the problem..
Thanks
|