|
Posted by P Pulkkinen on 02/08/07 11:07
I may have some misundertanding /lack of information, but I have always
wondered this:
Why there must be THREE setup lines concernig cookie/transid thing:
session.use_cookies
session.use_only_cookies
session.use_trans_id
That makes 2*2*2= 6 combinations. Since this is the case, one would suppose
all 6 are meaningful and sensible.
But why I feel that session business should in practise use EITHER cookies
OR trans_id? Not both at the same time and not anything(what) else also. In
that case only one line was enough and ANYWAY, one line would eliminate
impossible combinations.
why have not like: session_policy = "cookies" // options: 'cookies',
'trans_id', 'both'
What is it that I don't get? What is it that I have misunderstood? Or is
there some historical reasons. Please, list your opinion of MEANINFUL
combinations of those three settings. Thanks for answers, I believe this can
enlighten others too.
Navigation:
[Reply to this message]
|