Re: [PHP] Login system

subs_at_becomingdigital.com
Date: 10/17/03


Date: Fri, 17 Oct 2003 12:57:30 -0400 (EDT)
To: <php-general@lists.php.net>


> Okay, here is what i want:
[snip!]

Forget about what you want. Here's what you need:
http://www.php.net/manual/en/ref.session.php
http://www.phpclasses.org/goto/browse.html/class/21.html
http://www.devarticles.com/art/1/639

Almost everyone needs to use sessions and user authentication eventually.
That's precisely why there are so many articles, tutorials, and classes
available.

Edward Dudlik
"Those who say it cannot be done
should not interfere with the person doing it."

wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU

----- Original Message -----
From: "Bas" <bas_timmer49@hotmail.com>
To: <php-general@lists.php.net>
Sent: Friday, 17 October, 2003 13:23
Subject: Re: [PHP] Login system

Okay, here is what i want:

* Login system
* No mysql
* Sessions
* Easy adjustable register page(copy generic files to dir of user)
"Eugene Lee" <list-php-1@fsck.net> wrote in message
news:20031017171958.GK382@localhost...
> On Fri, Oct 17, 2003 at 07:04:27PM +0200, Bas wrote:
> : "Robert Cummings" <robert@interjinn.com> wrote:
> : > On Fri, 2003-10-17 at 12:57, Bas wrote:
> : > >
> : > > I want a login system with sessions and without mysql.
> : > >
> : > > I have tried to make one but that one is without sessions (i don't
> : > > know anything about sessions) and with mysql...
> : >
> : > InterJinn supports file based sessions, but you'll hafta write your
> : > own login since that's generally trivial to do and everyone has a
> : > different way they'd like to do it.
> :
> : Yes sorry, but i don't use such things like your interjin...
>
> InterJinn is one solution. There are others. Since you don't explain
> your reasons for thinking that InterJinn is not a reasonable solution,
> you've made it that much more difficult for people to try to help you
> when you don't provide any additional specifics. But you are certainly
> free to write your own session manager.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Loading