Is it good practice to display the session id in the url?
Posted
by OM The Eternity
on Stack Overflow
See other posts from Stack Overflow
or by OM The Eternity
Published on 2010-05-25T07:38:47Z
Indexed on
2010/05/25
7:41 UTC
Read the original article
Hit count: 173
I am using PHP 4+ and I am working in a project of osCommerce, where I encounter with the session id in the url, so i just need to know, is it a good practice display the session id on the url? if yes then why? and if no then why? and how can i hide the session id in url and use any substitute string there in url?
© Stack Overflow or respective owner