Thanks Steve, the problem was in my application file. I needed to set session variables to enabled prior to setting the session variables. Curiously, it seemed to work fine on my local server.
Doh! Dave Cahill "Steve Onnis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > whats in your cfparam tag on line 3? > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Dave Cahill > Sent: Saturday, June 12, 2004 2:02 PM > To: CFAussie Mailing List > Subject: [cfaussie] Session variables > > > Hi folks, > > I'm using CFMX on my local server. > In Application.cfm I'm setting sessionManagement to "yes" and run pages fine > on my local server. > After uploading my site (including Application.cfm) and running the > templates from at my remote host I get the following error: > > -------------------------------------------------------------------------- -- > ---- > > Error Occurred While Processing Request > Error Diagnostic Information > An error has occurred while processing the expression: > > > Session.Username=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode12233 > 3444455555654321 > > > Error near line 1, column 1. > > > -------------------------------------------------------------------------- > > Attempt to access a Session variable when session management is not > enabled. Use the CFAPPLICATION tag to enable session management. > > Note: This feature may have been disabled by the site administrator. > > > > > > The error occurred while processing an element with a general > identifier of (CFPARAM), occupying document position (3:1) to (3:44). > > > Date/Time: 06/11/04 23:15:49 > Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR > 1.1.4322) > Remote Address: 218.214.19.40 > > > > > My host assures me they have enabled session management within their > administrator. They are running cf5 which I thought worked fine with > cfapplication and Application.cfm. > > Any suggestions how to fix? > > > Dave > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
