[
https://issues.apache.org/jira/browse/GEODE-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16140867#comment-16140867
]
ASF GitHub Bot commented on GEODE-3513:
---------------------------------------
Github user upthewaterspout commented on a diff in the pull request:
https://github.com/apache/geode/pull/740#discussion_r135148933
--- Diff:
extensions/geode-modules-session-internal/src/main/java/org/apache/geode/modules/session/internal/filter/attributes/AbstractSessionAttributes.java
---
@@ -66,6 +66,8 @@
*/
protected String jvmOwnerId;
+ protected long creationTime;
--- End diff --
Does this field need to be serialized?
> Generic session replication module leaves native sessions around even in
> proxy mode
> -----------------------------------------------------------------------------------
>
> Key: GEODE-3513
> URL: https://issues.apache.org/jira/browse/GEODE-3513
> Project: Geode
> Issue Type: Bug
> Components: http session
> Reporter: Dan Smith
> Assignee: Dan Smith
>
> The session module for app servers is creating native sessions in the user's
> application server and never cleaning them up in client/server mode.
> In proxy mode this means we end up using up memory for the session, even
> though we are fetching the session from the server on every request.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)