- Timestamp:
- 06/24/08 10:55:02 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/cache/stubCachingProcessor.php
r1513 r1655 161 161 if (true === $isCachable) { 162 162 $this->cache->store($this->request, $this->response, $this->processor->getPageName()); 163 $this->setSessionData();164 163 } 164 165 $this->setSessionData(); 165 166 } 166 167
