Thanks for the suggestions everyone.

The boss wants a relatively short session period to try to reduce risk of
someone who might be workstation jumping, and me being the genius that I am
said, "yeah sure. No problem." we he asked if I could tackle the problem as
outlined in my original posting.

However I think, based on your responses, I should abandon my original
approach, and simply place a little note at the top of each form indicating
that the session will timeout and a link which would pop-up a login window
and allow the user to re-login and then continue with the form.

Now I just have to sell the boss on this - otherwise I'm stuck trying to
figure this puppy out.

Thanks again everbody. If anything else comes to mind, please let me know
(just in case).

Karl

> From: Rob Langlands <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Thu, 24 Jan 2002 12:52:36 -0500
> To: [EMAIL PROTECTED]
> Subject: re: [CFTALKTor] Arrgh.... still having form problems.... Help!
> 
> Hi Karl,
> 
> I was just trying to solve my own session problem also.
> 
> How about setting session time to 2 or 3 hours. Then when they come
> back and submit the form, and finish the session, clear their session.
> 
> You could use
> 
> <CFSET StructClear(Session)> - which clears the SessionID, CFID & CFTOKEN
> 
> or
> (CFSET StructDelete(Session,"your variable:)> - which clears a
> specific variable only.
> 
> -
> You are subscribed to the CFUGToronto CFTALK ListSRV.
> This message has been posted by: Rob Langlands <[EMAIL PROTECTED]>
> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
> Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
> This System has been donated by Infopreneur, Inc.
> (http://www.infopreneur.net)

-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: Karl Zarudny <[EMAIL PROTECTED]>
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

Reply via email to