Sorry if anyone's mail to me was bounced back, stupid VPN connection 
tricked DynDNS updater for my home network and reported the wrong 
external IP.  *grumbles* should be fine now though.

Steve Good
[EMAIL PROTECTED]
Portal Hosting
http://www.lanctr.com



Steve Good wrote:
> Hi gang,
>
> I using a login script in my Application.cfc that authenticates using 
> cfntauthenticate to verify username password, then use cflogin to 
> actually login to the site.  I use session variables throughout the 
> site to determine what users can and can't access.  The problem I am 
> running into is with session time outs and trying to login from more 
> than one location.  For instance, I have session variables set to 
> time-out after 1 hour.  However, the user stays logged into the system 
> even after the session variables have been trashed, and because of 
> this the site generates errors unless they actually pass a ?logout=1 
> parameter through the URL.
>
> On my old site I was not authenticating against an Active Directory, 
> and just using queries to verify login credentials.  I had no problems 
> with session variables, and if the user was inactive for X number of 
> minutes the script would kick them back to the login screen.
>
> How would I do this using cflogin and cfntauthenticate?  Below are 
> snippets of my Application.cfc.
>
> Thanks for any help in advance!
>
> --Truncated --

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279895
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to