PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
If I first launch IE and go to mysite, the sessionId shows up in links. However, after i click a link it goes away. Any one got an idea how to remove the session id from showing up?
Turn off trans_id and enable cookies_only in the session settings. However if someone hits your site that doesn't support cookies, they won't be able to do anything session related if they are removed.