scripter73
Programmer
Hi,
I have been programming with CF for a while, and haven't seen anything like the following.
I have a registered domain name that was parked with registrar A. Meanwhile, I was searching for a web host that hosted CF and found them.
I pointed my information on registrar's A's site to point to the IP address of my CF web host.
I'm able to create CF pages on my web host, but I did domain masking, so no matter what page the user clicks on, the address bar always shows
Now, I was getting to the stage in my development where I wanted to use session vars.
I have made sure I have an application.cfm in my \ page where sessionmanagement and clientmanagement are enabled, but in my pages, wherever I say: <cfset session.variable = "<something>">, I get nothing.
I also have a script that I can use to see what session vars have been created, and I don't see that they're even getting created. I see the ID and Token is created and it looks ok. The only time one does get created is if I initialize it first in the application.cfm. Even then, the variable doesn't keep a value, its just blank.
The site hosts CF MX, and I was reading on Macromedia's site where you should enclose all code that uses session vars with a <cflock>. I've never had to do this before.
Since I can't get to the Administrator directly, is there something I'm missing with the updated version of MX. Does it have to do with my domain masking, etc.
Any help is greatly appreciated.
Thanks,
scripter73
Change Your Thinking, Change Your Life.
I have been programming with CF for a while, and haven't seen anything like the following.
I have a registered domain name that was parked with registrar A. Meanwhile, I was searching for a web host that hosted CF and found them.
I pointed my information on registrar's A's site to point to the IP address of my CF web host.
I'm able to create CF pages on my web host, but I did domain masking, so no matter what page the user clicks on, the address bar always shows
Now, I was getting to the stage in my development where I wanted to use session vars.
I have made sure I have an application.cfm in my \ page where sessionmanagement and clientmanagement are enabled, but in my pages, wherever I say: <cfset session.variable = "<something>">, I get nothing.
I also have a script that I can use to see what session vars have been created, and I don't see that they're even getting created. I see the ID and Token is created and it looks ok. The only time one does get created is if I initialize it first in the application.cfm. Even then, the variable doesn't keep a value, its just blank.
The site hosts CF MX, and I was reading on Macromedia's site where you should enclose all code that uses session vars with a <cflock>. I've never had to do this before.
Since I can't get to the Administrator directly, is there something I'm missing with the updated version of MX. Does it have to do with my domain masking, etc.
Any help is greatly appreciated.
Thanks,
scripter73
Change Your Thinking, Change Your Life.