Forum Moderators: coopster

Message Too Old, No Replies

Sessions and why my URL has a session attached?

URL?PHPSESSID=adbhyte 465mkigh11

         

bartainer

2:52 pm on Jan 9, 2006 (gmt 0)

10+ Year Member



Hello;

Sometimes my URL will have a session attached? Hence the word "sometimes". Is this something that I'm creating in DW or is tis beyond my control? The search engines have picked up the URL with the session attached and I'm hoping this URL will not be deleted from this search engine? Help?

Bartainer

coopster

5:17 pm on Jan 9, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



session ids get appended to the url if you have your server setup to do so. If you don't want sessions managed in that manner you simply modify your configuration. A must read for any session-based site is the PHP manual pages for Session Handling [php.net].