On Friday, January 2, 2004, 8:05:57 PM, you wrote:
CV> I had the same problem with disappearing session vars. Not sure if
CV> this applies to you or not, but I had this same thing happen to me
CV> when I had an <img> tag with a blank src. Like:
CV> <img src="" ....>
CV> As soon as I put something in the src, my disappearing session
CV> variables went away. This may have been 6.0 only, not sure though.
I just posted a similar issue to the group (see "Odd session behavior
when switching domains on same server"). I have an application (CF5)
where image names are stored in a session variable (e.g., <img
src="" ....>). If a given image variable is an
empty string or NULL, the user's session will not be recognized when
switching domains on the same server. If all session image variables
are populated, everything works fine. I added code to check the
session variables for len() and use a default image if necessary.
I wonder why the empty IMG tag (seemingly) has an effect on CF session
management?
~ Ubqtous ~
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

