I've heard when people turn off session ID's, it can prevent people from staying logged onto the forum as they browse from page to page. Is there some sort of code I can use to turn session ID's off? I'm not very computer savvy with coding (just learning), so any help would be greatly appreciated. The site is www.obesitydiscussion.com
Gotcha, so as long as they use cookies, then they shouldn't have problems without session IDs. Thanks Now, to figure out how to turn em off
put this in your .htaccess php_flag session.use_trans_sid off or this in php (in your header include if you've got one) ini_set('session.use_trans_sid', false); or modify it in php.ini if you have access
Know I use php but do not have a header. Could someone show me with proper code and exactly where to place this code? I have attached my forum code below in a .txt file I would be forever greatful. Thanks so much everyone for all your help!
I'm attaching two examples.....I want to make sure I'm doing this right....thanks for helping me on this void
I don't see any session IDs on your site, so I assume it's working now. If you still see them, try Ctrl+F5 for a deep refresh instead of using a cached version.
Wow, thanks void! That helped me out a ton! Maybe now the search engines will place my keywords on their search engines.