* Jason Haar <
Jason...@trimble.com> [2013-05-10 01:50]:
> On 10/05/13 07:35, Sebastian Cristea wrote:
> > Does anyone know of a decent (of course, it's possible to go into the
> > simplesaml code and implement it) way to implement this / or any
> > available plugins?
>
> Doesn't "session.duration" work? eg just set it to 3600 * 24 * 365 for a
> year?
I think you'd need to change other session.* settings as well.
Also I'd be sceptical whether any of that really does what the OP
wanted -- isn't the session stored in memory by default until it get's
GC'ed from PHP? If that's the case I don't see how that could last a
year with any non-trivial use of the service. (Same for memcache'd
sessions.)
-peter