Hi
I've been working on exactly the same thing recently and wondered if I could
enquire a little further here.
>
> What you need to do is check that the user is logged in on each page you
> want to secure. One way to do this is the application.cfm to check if the
> user is checked in
Fine, I
gt; http://www.c-s.net
> 661-296-4315
>
> - Original Message -
> From: "Sharon DiOrio" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, May 15, 2000 4:08 PM
> Subject: Re: Member database with acce
- Original Message -
From: "Sharon DiOrio" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, May 15, 2000 4:08 PM
Subject: Re: Member database with access levels -=- CF4.0.1+Access97
> Cookies are the answer yes. But even more th
Hi Tiffany,
What you need to do is check that the user is logged in on each page you
want to secure. One way to do this is the application.cfm to check if the
user is checked in
goto login page!
This will check to see if
Cookies are the answer yes. But even more than that, CF has the ability to
maintain sessions for a user automatically (so that you don't have to
manage the cookies, etc.)
In your application.cfm file, put the following:
Then in your login action page, you do something like this:
Have a one folder for login. Enable session variables in the application.cfm file
Have another folder for protected templates. Again, enable session variables in the
application.cfm
file.
When the user successfully logs in, set a session variable to their access level.
Now, in the protected fold
[EMAIL PROTECTED]>
Sent: Monday, May 15, 2000 2:49 PM
Subject: Member database with access levels -=- CF4.0.1+Access97
> Hi, I'm 18 years old and have been working with CF for a few months now.
> I have read books, articles, etc and have learned enough on my own to use
> CF with
Hi, I'm 18 years old and have been working with CF for a few months now.
I have read books, articles, etc and have learned enough on my own to use
CF with Access 97 to make simple DB's -- adding, updating, deleting
records, setting variables, using CFMail, etc. You know, the easy stuff.
I think it
8 matches
Mail list logo