How are you passing the username and password through all the pages?  Can we
see the code for <cf_login>?

--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
Importance: High


Nope.  NO flag being set.  Perhaps that is the problem.  I simply
require them to log in and I check to see if the username and password
exist.

application.cfm:

<CFAPPLICATION
                                NAME="Associate"
                                CLIENTMANAGEMENT="Yes"
                                CLIENTSTORAGE="access_eval"
                                SESSIONMANAGEMENT="Yes"

SESSIONTIMEOUT="#CreateTimeSpan(0,0,0,1)#"

APPLICATIONTIMEOUT="#CreateTimeSpan(1,0,0,0)#">


<CF_LOGIN
                                DATASOURCE="ProdCenter"
                                TABLE="client_validator"
                                USERFIELD="Login"
                                PASSFIELD="Password">

-----Original Message-----
From: Chapman, Katrina [mailto:[EMAIL PROTECTED]]
Sent: Friday, 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 login screen" check for to make sure that they are logged in?  Can
we
see some 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 [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 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 return to the page past
> the login screen (bookmark).  What gives, how do I prevent this?
>
> Thanks.
> /mdeane
>
------------------------------------------------------------------------
--
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
the body.
>

------------------------------------------------------------------------
------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
------------------------------------------------------------------------
----
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
the body.
------------------------------------------------------------------------
------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to