I have a web application that allows users to request their vacation. When they get to their confirm page, I want to give them the opportunity to request another set of vacations, but I don't want them to get kicked all the way out that they have to log in again. I use sessions to capture the information on the application. The problem is getting a new session. Is there a way to create a new session. I've tried:
<cfscript>StructClear(session);</cfscript>
but then all my references to that variable are undefined. I tried to include the application.cfm file with the fuseaction, but it didn't work either. I'm sure I'm going to kick myself for not figuring it out, but I'm stumped.
thanks!
Stephanie
<cfscript>StructClear(session);</cfscript>
but then all my references to that variable are undefined. I tried to include the application.cfm file with the fuseaction, but it didn't work either. I'm sure I'm going to kick myself for not figuring it out, but I'm stumped.
thanks!
Stephanie