How To Hide Url?

when I pass value to another page the url like this


http://localhost/book/index.php?r=customers/view&name=hello&time=12:02

but I want show just this


http://localhost/book/index.php?r=customers/view&name=hello

how to do?