Forum Moderators: coopster
if (Googlebot) {
// session_start() not included
etc..
} else {
session_start();
etc
}
Or doesn't it make sense at all? So does Googlebot only have problems if I propagate the session id with .SID after every url. (I don't use .SID)
It's a bit more complex as you would have to keep a list of user agents for which you don't start a session, but it would allow users who block cookies to shop without issues.