> 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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Fri, Oct 17, 2003 at 07:04:27PM +0200, Bas wrote:
> : "Robert Cummings" <[EMAIL PROTECTED]> 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

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

Reply via email to