Hello,

I have two questions that kind of relate to each other.
1.  I have a secure area of an application that I am building and in that
area, I want to include a little security check to make sure that the user
is logged in.  I am finding that if I do a check for a Client.whatever
variable though that it's not timing out.  I wanted to set the time out for
15 minutes for testing.  This is just a little action file
(act_checklogin.cfm) in it, it just checks to make sure (right now) that a
session variable has not timed out, if it has, it redirects to the login
page where it gives a nice message telling them that it's timed out.

2.  I want to use the returnfuseaction to direct the user back to what ever
page they where on after they log back in.  However I am not to sure of what
the syntax for this would look like.

The whole application is done using Fusebox and I really don't want to use
session variables as this site will probably down the road end up being in a
clustered environment and will need to use client variables.  What is the
best way to get them to time out like I need them to in number one above?

Thanks.

Bill

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

Reply via email to