Shadhin, The cache file is created on the server when a new session cookie is issued. Each cache file also contains a timestamp, the last 'time of use' for that session, which is updated on each request that uses that session identifier. Periodically (CASCacheCleanInterval seconds), the directory of cache entries is processed and each cache entry is read. If the cache entry is expired, the corresponding file is removed to keep that directory clean.
When someone clears their cache and authentication on the browser, the cache file on the server is not affected until the cache is cleansed. -Phil On Thu, Feb 12, 2009 at 12:58 PM, Shadhin rahman <[email protected]> wrote: > Phil, > How does this Cache file gets created. Are they per user or per session? > When someone clears the cache and authentication on the browser, does > mod_auth_cas recreate these files. When mod_auth_cas cleans files, does > mod_auth_cas deletes them or just keep it in the directory. I looked at > bunch of file and it looks like they have the right information. > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
