M
mopfer
Guest
This thread is one of two or three that Paul had that Mike Jacobs chimed in on. From: Paul Koufalis [mailto:bounce-pkoufalis@community.progress.com] Sent: Thursday, August 14, 2014 12:10 PM To: TU.OE.Development@community.progress.com Subject: RE: [Technical Users - OE Development] OE REST Login WebApp RE: OE REST Login WebApp Reply by Paul Koufalis Ahh....nothing in life is simple. Unfortunately I have delivery constraints that will prevent me from attacking this right now but it's definitely on the TODO list. I did find this by googling around a bit: In Spring, SecurityContext by default is stored in HttpSession. Instead you can configure it to store in some shared repository. So, configuration should be changed to use your own SecurityContextRepository implementation instead of HttpSessionSecurityContextRepository. Once configured, the security framework will look at the Repository which is available to all your web applications. The Repository can be either a database or a cached server. Thanks again Mike! I'll add to this post when I get a chance to try this (which might be a while). Stop receiving emails on this subject. Flag this post as spam/abuse.
Continue reading...
Continue reading...