Hi, Has anybody been trough the login chapter using CFWACK(I think #21 in 
version 7)? I am trying to use it(modified a little), but I am having two major 
issues, which I think that are related to sessions.

(1) When does the session end? I always assumed the the session ends when the 
browser is closed.
In my Application.cfc page I have:
 <!--- Set session timeout--->
   <cfset this.sessiontimeout= createTimeSpan(0,0,2,0)>
Does this not end the session in 2 minutes?

(2) when one user is logged in others can log in during the same time as that 
user, even those not in the db. Which is why the timeout is so short.That is if 
admin is logged in, and another user comes along "bob" who is re directed to 
the welcome page as admin. Also the check for users in the db is not working as 
bob is not in the system.

I was wondering if I posted the code, or put it on a blog or something if 
somebody could help me understand what problems I am having? I need to make a 
CF based login for a site that I am working on at school, and if anybody knows 
of other examples that would also be fine too.

I have the code at:
http://www.gotnutrients.net/test_login
admin/admin will work

Thanks so much,
John 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4411
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to