I am new to cold fusion and dont know if I like it.
With that said, does anyone know of a reason why a session variable will work on some machines and not others. The code works on at least two machines but will not work on my home machine.
<cflock timeout=30 name=session.sessionid type=readonly>
<cfset sid = session.sid>
</cflock>
And is it me or are there multiple ways to call a variable (with # and without) does it matter which you use?
Back to the point. I keep getting errors saying the session.sid had been misspelled or has not be defined.
Any and all help would be appreciated.
Brian
With that said, does anyone know of a reason why a session variable will work on some machines and not others. The code works on at least two machines but will not work on my home machine.
<cflock timeout=30 name=session.sessionid type=readonly>
<cfset sid = session.sid>
</cflock>
And is it me or are there multiple ways to call a variable (with # and without) does it matter which you use?
Back to the point. I keep getting errors saying the session.sid had been misspelled or has not be defined.
Any and all help would be appreciated.
Brian