RE: No cache when SID
Daemonj <[email protected]> 25 Jun 2003 12:57:18 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <ef2d1db9d79d155d4713783b1999d1fa@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=187304#187304 ---------------------------------------------------------------- [quote="CodeConfused"]let's say i have the cache enabled and SID Killer installed. Does this mean that the cache feature works for all visitors who don't happen to have one of the spider IP addresses in the SID Killer module? Or does it mean cache will work for no visitor if the SID Killer is installed? Thanks a lot, Dan[/quote] The answer to your question depends upon which SID killer you have installed and how it works. Simply put, if there is no session id then the cache will be used. As soon as a session id is present (e.g. after logging in) then the cache will not be used. Does that help?