Forum Discussion
Stanislas_Piro2
Dec 11, 2017Cumulonimbus
you can split header values with following code:
split with both = and | characters and create an array
array set cookie [split $test "=|"]
get the value of cookie named Test
set test2 $cookie(Test)