How important is putting the session id in the url?
Posted: Fri Apr 13, 2007 12:38 pm
How important is it that you include ?Session_ID=%session_id% in the url? I'm making a store right now with clean urls, and it isn't with php, so I kind of have to choose between urls like this:
http://www.example.com/store/account?Se ... c983c6504c
or this:
http://www.example.com/store/account
I would really prefer not to have the session id in the url, but I will if there is a good reason (like over 10% of users have cookies disabled or something), I will. I thought I remembered feyd saying something about session cookies not being disabled with users turn of regular cookies... is that correct?
http://www.example.com/store/account?Se ... c983c6504c
or this:
http://www.example.com/store/account
I would really prefer not to have the session id in the url, but I will if there is a good reason (like over 10% of users have cookies disabled or something), I will. I thought I remembered feyd saying something about session cookies not being disabled with users turn of regular cookies... is that correct?