Connecting Tech Pros Worldwide Help | Site Map

Saving Values using an alternative to Sessions

  #1  
Old June 24th, 2009, 09:06 PM
Newbie
 
Join Date: May 2009
Posts: 9
I am saving a value ID using sessions on this feedback Form, but at times, if the visitor takes too long to type a a feedback, the session times out and the user received an error message.

Please note, my session is set to 20 mn on the application.cfm, I do not want to increase its value because of other issues that might arise.

I'd like to use an alternative way to sessions to save the Value ID - I am sure there is a way, but do not know what it is.

Here is what I am using now:
Expand|Select|Wrap|Line Numbers
  1. <cfset session.SectionID = #SectionID#>
Any input would be appreciated.

Thank you.

-AJ
  #2  
Old June 25th, 2009, 10:50 PM
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,517
Provided Answers: 12

re: Saving Values using an alternative to Sessions


How about generating this unique ID after submission?
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
3-D String Array (or better alternative?) Doug answers 6 November 16th, 2005 09:17 AM