This is by the way how I am starting the whole chain
<cflock timeout="10" throwontimeout="No" type="EXCLUSIVE" scope="SESSION">
<cfset Session.SName=#FORM.name#>
</cflock>
Hi,
Well, this is the html link that shows up on every page until the last one:
http://wnt.cc.utexas.edu/%7Ebgad067/us1a/QCcards.cfm?CFID=98095&CFTOKEN=56843708
so I am able to carry the CFID and CFTOKEN either with cflocation which has addtoken set to yes or with a form action call to the...
By now, probably you already hate me... but here is (most probably) my final question.
Ok, now I am able to pass the CFID and CFTOKEN settings to the last page which attempts to call the Session.Name variable I created earlier on the sequence of files I used. Now, How am I going to recover the...
But, how am I going to put a cfoutput within a form command and I have not been putting that for the previous pages for which it worked...
I am thinking that the problem is due to some html confusion somewhere but I can not see it...
K
Well, now I have another weird problem....I am going to lose my mind...This must not be this difficult!!!
Everything works for all the previous pages I use but from one page I make the following link:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type"...
Now this is a naive and stupid question but do I need to collect the URL passed tokens in a <cfset> or #URL. # command? Or is it enough to just pass it?
Well, I have set the cookies option to no in application.cfm. Would this be sufficient?
Here is my application.cfm and form1.cfm which has the lock command.
<!---application tag--->
<cfapplication name="mysession"
SessionManagement="yes"...
Hi I have the following problem:
I have set my appliction.cfm file to handle session management and copied it to the directory under www in which I have my web pages. I have 4 formX.cfm files and the first one has a cflock command issued for a cfset Session.Name=#Form.name# hence I am setting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.