I tried auto-paging after user login. After I went to next page, I noticed the url not only contains some pagination info, like ?d-49653-p=2, but also contains my login info, like ?username=myname&password=mypassword.
Could someone tell how to get rid of those parameters(can I specify method=post to get it done)?
Thanks a lot
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I tried auto-paging after user login. After I went to next page, I noticed the url not only contains some pagination info, like ?d-49653-p=2, but also contains my login info, like ?username=myname&password=mypassword.
Could someone tell how to get rid of those parameters(can I specify method=post to get it done)?
Thanks a lot