Results 1 to 2 of 2

Thread: Why is explicit caching needed?

  1. #1
    Join Date
    Jun 2007
    Posts
    18

    Default Why is explicit caching needed?

    Acegi documentation says "Acegi Security integrates with Spring's EHCACHE factory. This flexibility means your database (or other authentication repository) is not repeatedly queried for authentication information."

    The authentication object is anyway cached in session, so why is EhCache required?

    Thanks,
    Seema

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    It isn't required, but not all applications use Http sessions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •