Re: [cas-user] remember me use

2018-08-29 Thread vallee.romain
thank you Mister Rbon . i will continu to looking for ! Le mardi 28 août 2018 19:15:22 UTC+2, rbon a écrit : > > The TGC settings deal with the CAS session when the browser is redirected > to log in a service and can be set to live beyond browser closing. The TGT > is the session on the CAS

Re: [cas-user] remember me use

2018-08-28 Thread Ray Bon
The TGC settings deal with the CAS session when the browser is redirected to log in a service and can be set to live beyond browser closing. The TGT is the session on the CAS server; it is used for log in (obviously) but also back channel communication such as proxying. I do not know what use

Re: [cas-user] remember me use

2018-08-28 Thread vallee.romain
Thank Rbon. now, if i want this : if users check "rememberme", they don't need to get autentication while 1 month . do you know how ? if "TGT" expires, will "TGC" expire? what differences between: cas.ticket.tgt.rememberMe and cas.ticket.tgc.rememberMe I don't find anywhere documentation

Re: [cas-user] remember me use

2018-08-27 Thread Ray Bon
Vallee, When you say session, are you talking about the CAS session or the client session? Is it possible to have a cookie that expires when the browser closes and lives for a set time? You can use this to have the cookie expire when the browser closes: cas.tgc.maxAge=-1 I have this note in

[cas-user] remember me use

2018-08-27 Thread vallee.romain
Hello, We have migrate from 4.2 to 5.2. Our need is simple, but we can't implement it . We put the option "remember me", with a delay of 6 months ( about). But even following the documentation, it is impossible to have a session maintained for more than a few hours by checking the "remember