This is a multi-part message in MIME format.

------=_NextPart_000_0058_01BFB5AD.AD7EC800
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I am having problems getting a session variable passed from one template =
to display on the next.=20
code as follows:
<form action=3D"page2.cfm" method=3D"POST">
<input type=3D"Text" name=3D"session.lname" size=3D"25" value=3D"">:Last =
Name<br>
<input type=3D"Text" name=3D"session.fname" size=3D"25" =
value=3D"">:First Name<br>


where page2.cfm is=20

<cfoutput>
Hello #session.fname# #session.lname#<br>
</cfoutput>

All session variables are set as <cfparam's> in my application.cfm.

Any solutions for a newbie. ?

ss

------=_NextPart_000_0058_01BFB5AD.AD7EC800
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3511.1300"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000>I am having problems getting a session =
variable passed=20
from one template to display on the next. </FONT></DIV>
<DIV><FONT color=3D#000000>code as follows:</FONT></DIV>
<DIV><FONT color=3D#000000>&lt;form action=3D&quot;page2.cfm&quot;=20
method=3D&quot;POST&quot;&gt;<BR>&lt;input type=3D&quot;Text&quot;=20
name=3D&quot;session.lname&quot; size=3D&quot;25&quot; =
value=3D&quot;&quot;&gt;:Last=20
Name&lt;br&gt;<BR>&lt;input type=3D&quot;Text&quot; =
name=3D&quot;session.fname&quot;=20
size=3D&quot;25&quot; value=3D&quot;&quot;&gt;:First =
Name&lt;br&gt;<BR></FONT></DIV>
<DIV><FONT color=3D#000000></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000>where page2.cfm is </FONT></DIV>
<DIV><FONT color=3D#000000></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000>&lt;cfoutput&gt;<BR>Hello #session.fname#=20
#session.lname#&lt;br&gt;<BR>&lt;/cfoutput&gt;<BR></FONT></DIV>
<DIV>All session variables are set as &lt;cfparam's&gt; in my=20
application.cfm.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any solutions for a newbie. ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>ss</DIV></BODY></HTML>

------=_NextPart_000_0058_01BFB5AD.AD7EC800--

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to