I added the following code; at the top of my .aspx and it lets me login even if I haven't went to the Login.aspx page.
<script>
If session("whois") = ""
Response.Redirect("Login.a
End If
</script>
Main Topics
Browse All Topics
I used this script below. It links to my database to login the user and works.
http://www.codeproject.com
However If I have other .aspx pages it doesn't lockdown those pages ? The user can skip the login page and go to a .aspx page and get by the security.
how can I secre the pages?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Why not use the built in forms authentication of asp.net? ASP.NET would take care of managing the redirections and the timeouts etc.
http://www.4guysfromrolla.
http://msdn.microsoft.com/
http://msdn.microsoft.com/
Business Accounts
Answer for Membership
by: MuhammadKashifPosted on 2009-11-04 at 20:50:25ID: 25746862
you are to check login session on every page in Form Load event using...
spx")
If session("whois") = ""
Response.Redirect("index.a
end if
Regards,
Kashif