Re: Member database with access levels -=- CF4.0.1+Access97

2000-05-16 Thread simon mills
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

Re: Member database with access levels -=- CF4.0.1+Access97

2000-05-16 Thread Larry C. Lyons
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

Re: Member database with access levels -=- CF4.0.1+Access97

2000-05-15 Thread Computer Simplistics Suppoer
- 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

Re: Member database with access levels -=- CF4.0.1+Access97

2000-05-15 Thread Justin MacCarthy
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

Re: Member database with access levels -=- CF4.0.1+Access97

2000-05-15 Thread Sharon DiOrio
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:

Re: Member database with access levels -=- CF4.0.1+Access97

2000-05-15 Thread Chris Giminez
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

Re: Member database with access levels -=- CF4.0.1+Access97

2000-05-15 Thread Computer Simplistics Suppoer
[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

Member database with access levels -=- CF4.0.1+Access97

2000-05-15 Thread Tiffany
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