[eluser]mscahill[/eluser]
Is it possible to call one controller from another controller? I'm attempting to make a process that caches slow pages. The caching is already built into the pages. I've been trying to use cURL to download the pages, thus caching the pages, but authentication is a nightmare. If I could call the pages directly, then it could run with the credentials of the current user. Any ideas on how to do this?