if the user has disabled cookies in the browser, do sessions work? cause i know there is a session cookie in the client when i create sessions.
+6
A:
The session id can be appended to the URL, so, yes, they can.
Check out here
Edit to answer additional question
Cookies are the preferred method if you can help it. You should read the Wikipedia article to get a better understanding. From the article if you don't read it:
Transferring session identifiers as HTTP cookies is more secure
Dan McGrath
2010-02-01 06:53:47
is sending with url better in any way?
weng
2010-02-01 06:58:38