One thing to look at is in the CF Administrator, are SESSION variables
enabled?

admin > server settings > memory variables > Enable Session Variables YES

That's not the most likely problem, but it is possible.

I think your issue may be related to the frames.It;s possible that in each
frame you have a different session.

Try putting a CFDUMP tag into each frame and see what your session vars look
like.

<cfdump var="#Session#" label"Frame 1">
<cfdump var="#Session#" label"Frame 2">
<cfdump var="#Session#" label"Frame 3">

See if they all have the same result.

=]

On Mon, Aug 9, 2010 at 2:36 PM, <> wrote:

>
> Salut collègue ! ;-)
>
>  >>The problem is that session management seems not to work.
>
> Do you some more precise diagnostic? Any error message?
> What makes you think session management does not work?
>
> One of the problems you will encounter with applications in French is
> that CF and CF-Studio used to work in ISO-8859-1
> and CF MX works in UTF-8 by default.
> For example, if you have messages in French in some Javascript functions
> and if your Javascript was edited in ISO-8859-1, it may cause many
> problems.
> If you have this problem, I can tell you what to do to force ISO-8859-1
> under CF MX (one problem at a time).
>
> But I've never seen problems with sessions.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336146
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to