Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't access session variables

Status
Not open for further replies.

MrsClaus

Programmer
Joined
Apr 16, 2002
Messages
1
Location
US
I'm having a challenge running a previously developed application from my test site, because it is not able to access the session variables. The error message says that "session management has not been enabled." The application.cfm file in the same directory has sessionmanagement = "yes" and the "Enable Session Variables" box in the Administrator is checked. Does anyone know how to solve this problem?
 
I ran into a similar problem as yours when I ran an application from my local system shortly after I had logged onto the same app I had running on a Web Host. I believe the Session variable generated from CF Server on the Web Host had not expired yet and got confused, so when I tried accessing the same application locally on my system, I received a "session related" variable not set error. I restarted ColdFusion Server locally on my system and the problem went away. Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top