Can custom WebSpeed broker code, with session management in FreeFramework be migrated to PAS? #10
Unanswered
ChadThomsonPSC
asked this question in
Q&A
Replies: 1 comment
-
The web authentication does not get passed-through to the OE session, by default. You would be better served identifing code used for Authentication (e.g. capturing request password and comparing to state in a DB), and replace with code concerned with Authorization of the action/request. You may find better alternatives in the PAS, Spring, Tomcat application spaces, but code using FreeFramework session mangement should work with PAS, provided the request state (cookies) is managed correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"Our application uses customized WebSpeed broker code. Customization added custom user authentication and web session management. Customization was based on FreeWebFramework (it was such a framework). Is it possible to migrate such a solution without full rewrite (of websesion management)?"
Beta Was this translation helpful? Give feedback.
All reactions