Cameron
Thanks for the advice. I've got the debugging happening now, and some light
at the end of the tunnel! Here's what I'm noticing:
1. On my machine (development server, NT4 Server SP 5, CF Ent 4.5.1,
hostname rebeldev.webtrax.com.au assigned for this project), I can
successfully browse the site under development using either 127.0.0.1 or the
hostname and session variables stay alive.
2. If I try to browse from the machine next to mine, or from home, or
wherever else, session variables set by me vanish in the transition from the
application login action page (in a subapp) to the top of the application
with a new fuseaction (yep, Fusebox app).
3. The application.cfm and app_locals and app_globals pages are being
included successfully, but the session variables are reset each transition.
Here's a recent example from the machine next to mine:
Page Fuseaction CFID CFTOKEN
/index.cfm nonmember 327 58531891
/member/index.cfm loginform 328 44000778
/member/index.cfm dologin 329 69566246
/index.cfm member 330 17371602
Any idea what might be causing this? The need for a solution is getting a
little urgent.
Steve
-----Original Message-----
From: Cameron Childress [mailto:[EMAIL PROTECTED]]
Sent: Friday, 5 May 2000 9:03 PM
To: [EMAIL PROTECTED]
Subject: RE: Session Variables Part 2
When things like this happen, I go into the admin and turn on debugging in
CF for my IP. This will show you what cookies and cookie values are being
passed. Also go into your browser's settings and temporarily set it to warn
you before accepting cookies. Look for CFID and CFTOKEN to be passed on both
the page output and in your browser warnings. Specifically, look at the
values.
If they are not getting passed at all, then you are probably not properly
executing application.cfm, and thus the CFAPPLICATION tag... or session
variables are disabled either in the app or on the server.
If the cookies are being passed, but have different values each time, you
could have other problems, and if this is the case, post back to the list
and describe any patterns you observe in the values when you refresh the
page.
-Cameron
--------------------
Cameron Childress
McRae Communications
770.460.7277 x.232
770.460.0963 fax
> -----Original Message-----
> From: Stephen Collins [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 05, 2000 1:12 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Session Variables Part 2
>
>
> I seem to be having a similar problem in that I am setting a number of
> session variables during client login, but they are not being passed into
> the application as it moves from the code that processes the login to the
> code that begins the users' exploration of the site. Strange
> thing is that
> they work fine from my machine running localhost (127.0.0.1) or from the
> hostname while on my machine. But not from the guy's on the next
> desk from
> me.
>
> Steve
> ________________________________________________________________
> | Stephen Collins |
> | Senior Business Consultant - Powerlan |
> | 12/90 Barrier Street FYSHWICK ACT 2609 Australia |
> | Ph +61 2 62800370 Fax +61 2 62800380 Cel +61 410 680722 |
> | [EMAIL PROTECTED] ICQ 56321783 [EMAIL PROTECTED] |
> | http://www.powerlan.com.au |
> |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~oOo~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
> | Before I got into triathlon, I was a normal person. |
> |________________________________________________________________|
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.