RE: Going right past the login screen

2000-08-04 Thread Katrina Chapman
How are you passing the username and password through all the pages? Can we see the code for ? --K -Original Message- From: Mike Deane [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 3:31 PM To: '[EMAIL PROTECTED]' Subject: RE: Going right past the login screen

RE: Going right past the login screen

2000-08-04 Thread Mike Deane
, August 04, 2000 6:05 PM To: [EMAIL PROTECTED] Subject: RE: Going right past the login screen What are you using to verify that they have signed in? Are you setting some flag in the database? Are you setting a cookie on the users machine? Are you using a session variable? What does the page past the

RE: Going right past the login screen

2000-08-04 Thread Chapman, Katrina
code? --K -Original Message- From: Mike Deane [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 2:37 PM To: '[EMAIL PROTECTED]' Subject: RE: Going right past the login screen Importance: High Form to pass information. -Original Message- From: Brad Barker

RE: Going right past the login screen

2000-08-04 Thread Mike Deane
Form to pass information. -Original Message- From: Brad Barker [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 11:36 AM To: [EMAIL PROTECTED] Subject: Re: Going right past the login screen Are you using cookies, session variables or a form to pass information? - Original

Re: Going right past the login screen

2000-08-04 Thread Kevin Schmidt
. send them back to the login page That is rough but it should give you an idea. - Original Message - From: "Mike Deane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 04, 2000 11:54 AM Subject: RE: Going right past the login screen >

RE: Going right past the login screen

2000-08-04 Thread Mike Deane
st 04, 2000 12:39 PM To: [EMAIL PROTECTED] Subject: Re: Going right past the login screen Do you have any security features? Are you logging them in against a database? If you are using a DB set a session variable like IsLogedIn and set it to yes when they are logged in or default set it to no. Yo

Re: Going right past the login screen

2000-08-04 Thread Angél Stewart
Hi Mike.. I think you need to do a bit of research on an Application.cfm file. Within this file you probably need to set up a little authentication script to check if the user has been validated by the system, and if not display the login page again. Basically, the Application.cfm page runs eve

Re: Going right past the login screen

2000-08-04 Thread Brad Barker
Are you using cookies, session variables or a form to pass information? - Original Message - From: "Mike Deane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 04, 2000 10:03 AM Subject: Going right past the login screen > My user can login, then close the browser and r

Re: Going right past the login screen

2000-08-04 Thread Kevin Schmidt
Do you have any security features? Are you logging them in against a database? If you are using a DB set a session variable like IsLogedIn and set it to yes when they are logged in or default set it to no. You can check against that variable and redirect to the login page if the the variable is