Quote:
Originally Posted by ruteckycs
Sorry my friend I think you are confused. Sessions are NOT Cookies. Sessions are stored server side, Cookies are stored client side.
I say use cookies because as I recall for me , when I was first coding, cookies were much easier to understand and work with.
|
Being that a default php.ini says
Quote:
|
session.use_cookies specifies whether the module will use cookies to store the session id on the client side. Defaults to 1 (enabled).
|
And, most people will not disable that, then YES, sessions use cookies.
AT least on the 4,009,128 websites that I have visited in the past few years.
PS. 98% of my statistics are made up.