Hi, What for do you want to obtain a reference to the WebSession cache? Web session clustering is designed to be transparent to the user. If you need to store something else in a cache then just create an additional cache suited just for your needs. Sharing web sessions cache for other entities is not a good approach.
Kind regards, Alex. On Wed, Aug 23, 2017 at 7:49 PM, sijusuresh [via Apache Ignite Users] < [email protected]> wrote: > I'm using ignite for web session Management by implementing > IgniteWebSessionFilter. Now the grid instance created in > IgniteWebSessionFilter needs to be referred in a Spring bean. Can i get the > reference of this instance in a Spring bean and use it for initializing a > cluster singleton service. > > Is this the right approach or do we have a way to use same grid and > different cache for Web session management and a cluster singleton service. > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://apache-ignite-users.70518.x6.nabble.com/Using-One- > Grid-for-Web-Session-management-and-ClusterSingleton-tp16382.html > To start a new topic under Apache Ignite Users, email > [email protected] > To unsubscribe from Apache Ignite Users, click here > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=YWxleGFuZGVyLmZlZG90b2ZmQGdtYWlsLmNvbXwxfC0xMzYxNTU0NTg=> > . > NAML > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Using-One-Grid-for-Web-Session-management-and-ClusterSingleton-tp16382p16394.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
