Gokula, I'm sending this to the CAS users list because the question is more appropriate for that list. In the future, the development list is more focused on development, design questions, etc. and not generic user support. The user list has a wider variety of people who can assist.
That said, once your application has validated a CAS ticket, it is no longer in contact with CAS and thus your application will never notify CAS to update that field. That field is only updated when the TGT is actually used. Also, I do not believe the documentation for that Acegi filter mentions that it has the feature you're looking into. You may wish to read that filter documentation more closely to determine what it actually does. Cheers, Scott On Sun, Apr 26, 2009 at 9:13 AM, Gokula Krishnan P < [email protected]> wrote: > Hi Scott, > > I have established SSO between multiple war (web application) deployed as > one ear(enterprise archive). SSO session works as long as I keep accessing > all the integrated applications. If I work on only one application till the > specified TGT timeout and tried to access another application the TGT > isExpired() returns true. This is because > HttpSessionContextIntegrationFilter<http://www.acegisecurity.org/acegi-security/xref/org/acegisecurity/context/HttpSessionContextIntegrationFilter.html>manages > until the Httpsession is expired or until the user tries to access a > service which he has not tried after getting TGT. The lastTimeUsed of TGT is > not updated.If try to access another service (after continuously accessing > the first service) the expiration policy fails and takes me to session > expiry page. > > > > How would I keep the TGT lastTimeUsed updated whenever i access any > application/service which are integrated with Acegi & CAS? > > > > > > > > > > Thanks & Regards, > > Gokula > > > > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely > for the use of the addressee(s). If you are not the intended recipient, please > notify the sender by e-mail and delete the original message. Further, you are > not > to copy, disclose, or distribute this e-mail or its contents to any other > person and > any such actions are unlawful. This e-mail may contain viruses. Infosys has > taken > every reasonable precaution to minimize this risk, but is not liable for any > damage > you may sustain as a result of any virus in this e-mail. You should carry out > your > own virus checks before opening the e-mail or attachment. Infosys reserves the > right to monitor and review the content of all messages sent to or from this > e-mail > address. Messages sent to or from this e-mail address may be stored on the > Infosys e-mail system. > ***INFOSYS******** End of Disclaimer ********INFOSYS*** > > -- 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
