Hi everybody

Is there someone who has problem with "assign" function for cookies?

I have tried both solutions (action command or wrote
"<@assign...scope="cookie">")  and the result is the same...
When i assign only one cookie, it works great, but when i assign more than
one, 3 for example, only one of the 3 is really assigned.

Worst : When the user came for the first time on the page, only the
userreference is assigned in not permanent cookie, all others cookies
assigned in the same page are ignored.

My simple example:

Testcook1.taf :

<@ASSIGN NAME="A" VALUE="First" SCOPE="cookie">
<@ASSIGN NAME="B" VALUE="Second" SCOPE="cookie">
<@ASSIGN NAME="C" VALUE="third" SCOPE="cookie">

@@cookie$A - @@cookie$B - @@cookie$C

Testcook2.taf

@@cookie$A - @@cookie$B - @@cookie$C

I have try this on explorer on mac and on PC. And it is the same result...:

" - - " on the page...

Please is it a bug or not?
Is there a modification to do in the witango.ini ?

Regards

Isabelle

Ps : my configuration : Mac osx 10.2 server + witango 5 server beta version

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to