php ultranoob session question

David Hummel lemmuh-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Mon Aug 31 09:37:06 EDT 2009


On Mon, Aug 31, 2009 at 9:11 AM, Eric
Chadbourne<EChadbourne-3av5VAs6qClGBRGhe+f61g at public.gmane.org> wrote:
>
> I wrote up an authentication system in PHP over the weekend.  I didn't
> use sessions as they seem of no use for this.

If all you're doing is providing protected access to pages and
tracking logins, this is fine, but if you want to maintain state in
your applications, you're going to want to use sessions...






More information about the Discuss mailing list