Forum Moderators: bakedjake
My suggestion: don't use any sessions / session id in public places where spiders drop by. Only use sessions for shopping carts, etc. where spiders are off-limits.
Only use sessions for shopping carts, etc. where spiders are off-limits.
Yes. And I don't think you'd need mod_rewrite. Just stick the id in the url and read it from there.
But personally, I much prefer cookies only. I've only seen 2 or 3 instances in over 8 months where a user didn't appear to have cookies enabled. But then, most of my users don't know what cookies are.