Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3-rc2
-
Component/s: Core: API, Core: Containers
-
Labels:None
-
Similar Issues:
MULE-617Add Servlet Http Session supportMULE-110Add ReplyTo support to the UMOMessageMULE-4375Add Guice support to MuleMULE-4324Add Cometd Ajax support to MuleMULE-4685Add RSS support to MuleMULE-3894Sessions in Mule do not really behave like sessionsMULE-4Mule sessions confusingMULE-647Add Spring ApplicationEvent support to MuleMULE-5641Socket write exception using large Mule SESSION variables with CXFMULE-2329Add support to i86pc architectures
Description
Session support would be easy to add to Mule. We need to add a way of storing and retrieving session information on the UMOSession object and then provide a pluggable way for transports to store session info as well as providing a D
Default Mule mechanism, which should probably just serialise key value pairs to a byte array, base64 encode them and write them as a property header
Ross has already committed this support.