Click to See Complete Forum and Search --> : Sessions or Cookies


Ironmann00
09-06-2003, 09:22 PM
Which is better to use, sessions or cookies and why? Is there a way to use both? If so, how?
Thanks in advance.

pyro
09-07-2003, 09:41 AM
It depends what you need to do. Basically, they are going to do the same thing, so I'm not sure why you'd want to use both...

Ironmann00
09-07-2003, 05:41 PM
I am looking for the most secure way to login and so forth. I am currently using sessions. Should I use Cookies or Sessions for to be more secure?

pyro
09-07-2003, 06:26 PM
Both ways are probably ok, but I would stick with the sessions...

Ironmann00
09-07-2003, 06:33 PM
Thanks a bunch Pyro.

pyro
09-07-2003, 09:20 PM
No problem... :)