Search found 3 matches

by mobzila
Wed May 02, 2007 6:56 am
Forum: PHP - Security
Topic: Sessions: Cookies, uses URLs/SessionId, or Server based?
Replies: 4
Views: 1669

Hi feyd.

Thanks for the clarification.
by mobzila
Tue May 01, 2007 12:19 pm
Forum: PHP - Security
Topic: Sessions: Cookies, uses URLs/SessionId, or Server based?
Replies: 4
Views: 1669

Hi,

What about the third option i.e. stored on the server?
by mobzila
Tue May 01, 2007 11:18 am
Forum: PHP - Security
Topic: Sessions: Cookies, uses URLs/SessionId, or Server based?
Replies: 4
Views: 1669

Sessions: Cookies, uses URLs/SessionId, or Server based?

Hi, I'm trying to create a mobile friendly login system using PHP. I'm quite new to PHP and have been looking up Sessions. I have found contradicory information on this topic. Some places state that PHP Sessions are better than Cookies becuase they store Session information on the server rather than...