tags:

views:

125

answers:

1

should I explictly send session_id as an http parameter in my ajax calls since some browser might disable cookies?

A: 

Think about the possibility of an average non-techy user disabling cookies.

Well if sending the session_id() makes you feel better than go ahead.

thephpdeveloper
yes change is low that the cookie is disabled. but sending session_id in every request would be extra work, do people usually not do it then?
developers usually don't bother doing it.
thephpdeveloper

related questions