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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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: