DrumAt5280
Technical User
I created a session varable "session.pre_info" and it works great.
But how do I check to see if the session is declared already?
Is that right?
But how do I check to see if the session is declared already?
Code:
<cfif IsStruct("session.pre_info")>
Do this...
<cfelse>
or do this...
</cfif>
Is that right?