How are you going to stop someone from writing it down? Trying to prevent the end user from copying and pasting a URL does nothing.
You are going at this in the wrong direction. Use steps to avoid session hijacking. Don't put log-in information directly in the URL(ie don't use get). Make sure you properly use encryption to protect data and to authorize the end user. Make sure sessions close after 10 minutes or so of inactivity.
"Computer science is no more about computers than astronomy is about telescopes" - Edsger Dijkstra
Guy Belpa
Ranch Hand
Joined: Nov 21, 2004
Posts: 41
posted
0
Rusty Shackleford wrote: Use steps to avoid session hijacking. Don't put log-in information directly in the URL(ie don't use get). ... Make sure sessions close after 10 minutes or so of inactivity.
Thank you for your reply. that what i was asking... tell me how to do that?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.