Hello Friends,
I am developing a site with a log in page and various other parts that should be kept secure for now i am not using SSL as its costly i checked online so just using the standard way using cookies and sessions to secure my site (If you have any other better
idea please tell me as i am really very new to Asp, This is my first project), I am stranded bit and need help:
1. How can i stop Google search engine from showing my secure logged in pages in the search as i have seen this happening to my friends site?
2. How can i make the URL encoded or in such a way that no client knows the specific path (See example below)
e.g. http://www.abc.com/data=12?823hj23hds?i349 ...ect
(Basically i want to make it in such a way that incase even if any user tries to access the secure page directly he/she would be brought to the login page as the specific path page would not be avaiable..
As whe ...
Go to the complete details ...