Re: [TYPO3-english] Caching and random or variable content

2009-04-28 Thread Rik Willems
Thanks Dmitry, Nice and clear write-up that explains it all to me. Cheers! Dmitry Dulepov schreef: > Hi! > > Rik Willems wrote: >> Thank you both. I think I know enough for now. Hopefully this gets me >> where I want to go. > > FYI, just added: > http://dmitry-dulepov.com/article/when-do-you-n

Re: [TYPO3-english] Caching and random or variable content

2009-04-28 Thread Dmitry Dulepov
Hi! Rik Willems wrote: > Thank you both. I think I know enough for now. Hopefully this gets me > where I want to go. FYI, just added: http://dmitry-dulepov.com/article/when-do-you-need-chash-in-typo3.html -- Dmitry Dulepov In TYPO3 blog: http://dmitry-dulepov.com/article/when-do-you-need-chash

Re: [TYPO3-english] Caching and random or variable content

2009-04-28 Thread Rik Willems
Thank you both. I think I know enough for now. Hopefully this gets me where I want to go. Regards, Rik ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Caching and random or variable content

2009-04-28 Thread Xavier Perseguers
Hi, >> What do you mean? :) >> > > Good morning! > Hehe, already thought it might be somewhat unclear. Try to explain below: > > - RealURL changes ?id=X to domain.tld/page/subpage.html > - RealURL changes domain.tld/newsarticle.html?tx_ttnews[id]=1&chash=XXX > to site.com/newsarticle/article-ti

Re: [TYPO3-english] Caching and random or variable content

2009-04-28 Thread Dmitry Dulepov
Hi! Rik Willems wrote: > Here RealURL takes the chash out of the url and stores it in the > database. Now, when I add a content element that displays information > per user session (say a shopping basket) I assume the chash comes back. > I don't want that. Is there a way to prevent this? If it hap

Re: [TYPO3-english] Caching and random or variable content

2009-04-28 Thread Rik Willems
Dmitry Dulepov wrote: > > What do you mean? :) > Good morning! Hehe, already thought it might be somewhat unclear. Try to explain below: - RealURL changes ?id=X to domain.tld/page/subpage.html - RealURL changes domain.tld/newsarticle.html?tx_ttnews[id]=1&chash=XXX to site.com/newsarticle/artic

Re: [TYPO3-english] Caching and random or variable content

2009-04-28 Thread Dmitry Dulepov
Hi! Rik Willems wrote: > I want to keep my urls clean, and RealURL handles the cHash thing. Does > RealURL also do that on a session basis? What do you mean? :) -- Dmitry Dulepov In TYPO3 blog: http://dmitry-dulepov.com/article/a-new-typo3-security-web-site.html LinkedIn: http://www.linkedin.c

Re: [TYPO3-english] Caching and random or variable content

2009-04-28 Thread Rik Willems
Xavier Perseguers wrote: > > http://dmitry-dulepov.com/article/missing-chash-make-plugin-user-int.html > Hi Xavier (and Dmitry), An interesting read, I will keep it in mind. So in fact you can set only the plugin to no cache, while keeping cache for the page. I want to keep my urls clean, an

Re: [TYPO3-english] Caching and random or variable content

2009-04-27 Thread Xavier Perseguers
Hi Rik, > I'm reading into creating variable content on a page what leads me to > two questions. One more general and one more specific. Hopefully some of > you shine a light on this matter. > > 1) > I can create a page and add a typoscript element that does a random > select from a database t

[TYPO3-english] Caching and random or variable content

2009-04-27 Thread Rik Willems
Dear all, I'm reading into creating variable content on a page what leads me to two questions. One more general and one more specific. Hopefully some of you shine a light on this matter. 1) I can create a page and add a typoscript element that does a random select from a database table. How ca