Question
What if cookies r not enabled?
Hello,
long time ago I did some php coding, and I remember there was the issue of cookies not enabled on some machines.
I had to raw put the session value after every link (I suppose a bad practice).
Now I wonder what happens to Cf sessions if cookies are not enabled on the user agent?
Should I check the case on each page (or in application.cfc)?
Thanks
