PDA

View Full Version : v2.0 Session ID


Anonymous
06-10-2005, 03:07 PM
Is there a way to remove the session ID for guests? I worry that the spiders will not like it.

Otherwise everything seems to be working great. No problems with the install and configuration. Embedded nicely into my existing site layout.

dcb
06-10-2005, 04:24 PM
Sorry, this sliped. But sessions are really not needed for simply browsing the directory, just for submiting links (on the frontend, I mean), so I think you can simply remove start_session(); from init.php and put it in submit.php
I've only used sessions with cookies, that's why I haven't noticed this.