Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

session help

Status
Not open for further replies.

doyle9732

Programmer
Apr 12, 2002
185
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top