I am using ruby-cas client, for an authentification based on a CAS. I would like to link the ruby_cas authentication to my application :
when we log in with cas, in additon to the CAS session created, a session for my application is also created.
What should i do?
thanks