session or cookie which is best for login page

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
panprasath
Forum Newbie
Posts: 19
Joined: Thu Jul 24, 2008 3:35 am
Location: Chennai,Tamilnadu,India

session or cookie which is best for login page

Post by panprasath »

I will create a admin part of my project….so I create login page….For this page we I use cookie for storing authorized user information…..But some person tell me the cookie is not best for store this information….so session is best or cookie……which one best of production….Tell me the reason.
User avatar
The_Anomaly
Forum Contributor
Posts: 196
Joined: Fri Aug 08, 2008 4:56 pm
Location: Tirana, Albania

Re: session or cookie which is best for login page

Post by The_Anomaly »

See this thread.
Post Reply