Re: Cloudstack session storage in Redis or Memcache databases

2015-09-10 Thread Rohit Yadav
On 10-Sep-2015, at 9:03 pm, Artjoms Petrovs mailto:artjoms.petr...@telia.lv>> wrote: I will try to explain - yes, I want to use SAML, but I want to use Cloudstack as a SAML IDP. The SAML plugin is a SP implementation so you won’t be able to use CloudStack as a IdP. One way it to implement you

RE: Cloudstack session storage in Redis or Memcache databases

2015-09-10 Thread Artjoms Petrovs
I would like to check whether there is a session in Cloudstack and sync it with the IDP server A. -Original Message- From: Remi Bergsma [mailto:rberg...@schubergphilis.com] Sent: Thursday, September 10, 2015 5:57 PM To: dev@cloudstack.apache.org Subject: Re: Cloudstack session storage in

Re: Cloudstack session storage in Redis or Memcache databases

2015-09-10 Thread Remi Bergsma
Hi Artjoms, Why would you want to share sessions? If you refer to login, I’d go for single-sign-on instead. SAML2 landed in 4.5 I think and it is awesome. Regards, Remi From: Artjoms Petrovs Reply-To: "dev@cloudstack.apache.org" Date: Thursday 10 September 20

Re: Cloudstack session storage in Redis or Memcache databases

2015-09-10 Thread Wido den Hollander
On 10-09-15 16:34, Artjoms Petrovs wrote: > Hello! > > Once again I am up to think about some crazy ideas. > > Is it possible to store the Cloudstack session in a shared Memcached or > Redis database? This way I would like to share the session with a PHP > system, located on the same server. >