Click to See Complete Forum and Search --> : URL Address stay same on everypage


=VIP=
07-12-2007, 04:06 PM
Hello, Can you help me I am making a website which will be security safe login. so When the webpage with textfield of Username & Password when i login. It take to other pages e.g

www.websitename.com/login.asp = it login page
www.websitename.com/welcome.asp = that where it login submit

So when i login in my mates house. Mate can look the address so they can login in and look my private stuffs.

So have you got any ideas how can i stop that ?

Here is good example, go to www.runescape.com .... click the any pages and look the URL it stays same.... don't matter which page it stay same.

I hope you can help me with that.... Thanks

trielephant
07-12-2007, 06:51 PM
It's not a secured webpage if you can type the URL into the browser and it will load. Your script should verify if a successful login has occured (think session variables). Regardless, to accomplish the "same url" trick, simply embed your main page into a container page as a frame.