I recently had a similar issue which required a QUICK solution.  This is
basic but it did the trick for me.  I took the form and broke it down to
sections and when they moved to the next section I saved the values in a
temporary table.  When the user logged back in the sections they completed
would be stored and they were taken to the section where they left off.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Karl Zarudny
Sent: January 24, 2002 1:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [CFTALKTor] Arrgh.... still having form problems.... Help!


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)

-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: "Mark D'Souza" <[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