Re: No cache when SID
hpdl <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <22bc94011b94d488c077116d022eb87d@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=179473#179473 ---------------------------------------------------------------- [quote="Daemonj"]In looking at the column_*.php files, the items that get cached have control structures that do not use the cache if the SID is present. Can anyone tell me why that is?[/quote] If SID was present, the urls would contain the session ID (as SID is only defined when cookie support is not yet detected (or disallowed)). All customers would then share the same session due to the session ID being hardcoded in the urls inside the cached file blocks.