|
|
Dan Miniyarov wrote:
> Jason wrote:
>
>> - Removal of the 'do not cache' call in the auth_id generation, putting it
>> instead in the core to be invoked on each page rendering, on the condition
>> that
>> POST variables are detected.
>>
>
> Presence of auth_id does not depend on parameters, as far as I understand it.
> What if a page has no parameters at all (neither POST nor GET) but has to
> show auth_id and therefore caching should be turned off?
Okay - the page that contains (i.e. displays) the authid should not be cached
either, since the page should contain a different value for the authid each time
it is displayed. I understand that now.
What I would like to avoid is the opposite: having to fetch an authid just to
prevent a page from being cached, because that happens to be the only way at
present to switch the cache off.
-- JJ
_______________________________________________
Xaraya_devel mailing list
Xaraya_devel@xxxxxxxxxx
http://xaraya.com/mailman/listinfo/xaraya_devel
|
|