PageFlowEventReporter.flowControllerDestroyed() does not expose the SessionID
-----------------------------------------------------------------------------
Key: BEEHIVE-789
URL: http://issues.apache.org/jira/browse/BEEHIVE-789
Project: Beehive
Type: Bug
Components: Samples
Versions: V1
Environment: Windows XP
Reporter: David Read
Assigned to: Rich Feit
Priority: Minor
Fix For: TBD
If you want to track the lifetime of PageFlows, you might need to "see" the
HTTP Session ID when the flow is destroyed. Currently, the API only includes
the flowController, and there's no public API to get the Session ID from the
flowController.
void flowControllerDestroyed( FlowController flowController );
Note that having the request object (as a way to get the Session ID) probabaly
wouldn't help here since the flow can be destroyed outside the context of a
request (e.g. HTTP Session timeout). It's probably more useful to have the ID
exposed as part of the API.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira