Kay,
maybe you could use this little custom tag to copy the
session vars over only when needed. I haven't used it
in production but I've been meaning to open it up again:
<CFIF thistag.ExecutionMode is 'start'>
<!--- Copy all session vars to the request scope. --->
<cfset temp = StructAppend(request, session, "yes")>
<CFELSE>
<!--- Copy all request vars to the session scope. --->
<cfset temp = StructAppend(session, request, "yes")>
</CFIF>
-Erik
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================