session id issue

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!

Moderator: General Moderators

Post Reply
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

session id issue

Post by nincha »

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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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.
Post Reply