<%
if session("user.supportuser") = "TRUE" then
%>
Do Something
<%
end if
%>
I am trying to re-write this in coldfusion but I don't know how to do it. It is probably a silly question, but can ColdFusion read an asp session variable? I have tried to dump the session scope but get an error. I don't have a application.cfm file. If I can get this working then my problem is solved.
Stephen Moritti's post
As a side thought....
If that menu.asp is actually just a bunch of html with no asp code in
there, the you could just use <cfinclude> to drag it into your cf code.
Or you could bin that asp junk altogether and..... ~joking~ ;o)
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

