<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>RedisHttpSession</title><link>https://community.appian.com/discussions/f/administration/25265/redishttpsession</link><description>Is there a way to tie a user session to a Redis session? I&amp;#39;m not looking for a full cache integration but just a serialized http session for users. 
 There was a question ( https://community.appian.com/discussions/f/general/23774/does-appian-support-custom</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: RedisHttpSession</title><link>https://community.appian.com/thread/98329?ContentTypeID=1</link><pubDate>Mon, 25 Jul 2022 11:03:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f9ed5d3-96cb-4327-9c7c-bb57ae4d3c23</guid><dc:creator>icewariiya s</dc:creator><description>&lt;p&gt;You can use redis client and server in the same terminal that you are supposed to run the program on any programming language they can easily be accessed and used as a cache memory&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RedisHttpSession</title><link>https://community.appian.com/thread/98180?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 18:33:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ea347539-aa32-4c6d-8cd1-f9a008731c57</guid><dc:creator>Brian_Chalifour</dc:creator><description>&lt;p&gt;Nope. Just a nice to have.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RedisHttpSession</title><link>https://community.appian.com/thread/98177?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 16:15:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8efb79a5-55d7-4bbd-9970-43d23b33f176</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;OK. I understand. Besides the necessary re-authentication, is that an issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RedisHttpSession</title><link>https://community.appian.com/thread/98169?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 15:07:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2e3cdb5f-61ef-4027-9dfc-886275d3e334</guid><dc:creator>Brian_Chalifour</dc:creator><description>&lt;p&gt;Almost. Our source for SAML authentication will only authenticate a user but does not provide a host for session. If the user has authenticated and attempts to re-authenticate with another application, the authentication source will have to be queried again (I think the x509 cert gets sent, but I&amp;#39;m not 100% on that).&lt;/p&gt;
&lt;p&gt;So without a place to store a session that distributed applications can access, each application will host their own session (inclusive of session state).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RedisHttpSession</title><link>https://community.appian.com/thread/98166?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 14:42:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ebd9efc-f0a0-47e1-9b81-144c32373d3c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Isn&amp;#39;t this what SSO using SAML is doing?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RedisHttpSession</title><link>https://community.appian.com/thread/98165?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 14:33:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b671457-b3e4-4c86-a9aa-1807bb33b245</guid><dc:creator>Brian_Chalifour</dc:creator><description>&lt;p&gt;Thanks for the info on access to session information.&lt;/p&gt;
&lt;p&gt;The intent was to set up&amp;nbsp;distributed&amp;nbsp;session management where our Appian instance is one service under a federated services ecosystem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RedisHttpSession</title><link>https://community.appian.com/thread/98149?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 05:42:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f77983e5-5f25-40d4-9e5e-b5b2c2744960</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Appian does not support access to any session details.&lt;/p&gt;
&lt;p&gt;I still do not understand the purpose of your ask. Which problem do you want to solve?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RedisHttpSession</title><link>https://community.appian.com/thread/98135?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 17:25:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ca29d36c-9bb2-441f-b451-45f8e43e5504</guid><dc:creator>Brian_Chalifour</dc:creator><description>&lt;p&gt;I&amp;#39;m looking to have a user session in Appian either serialize to/from Redis. The intent is to host session management in an area accessible to other developed apps.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;From the notes in the hotfix (above) I&amp;#39;m not sure if there&amp;#39;s already a Redis instance bundled in Appian or not. If not, if there&amp;#39;s a way to get the user session integrated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RedisHttpSession</title><link>https://community.appian.com/thread/98134?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 16:44:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:89f30e06-5d34-4a08-a929-565463c8ca4c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;What do you want to achieve and which problem to solve?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>