Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #10

Merged
merged 2 commits into from
Oct 4, 2016
Merged

Update #10

merged 2 commits into from
Oct 4, 2016

Conversation

Maurice-Betzel
Copy link
Contributor

No description provided.

Copy link
Member

@Idrinth Idrinth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the session clustering should still be cross language. Otherwise we lose the option of building the backend in the best avaible language for the specific task

@Maurice-Betzel
Copy link
Contributor Author

Ignite already supports sharing a session between Java containers, but not cross language. Here some integration coding needs to be done. The sharing of key-values with stateless services is not affected by this.

@Idrinth
Copy link
Member

Idrinth commented Sep 19, 2016

The session is defined as a list of objects wrapped in a HttpSession-Interface and serialized by a developer chosen method in the sevlet 3.0 final spec(the one supported by AI).
This does not change the request above, it merely means, that php-sessions need to be wrapped before serialized(as necessary in any case).
What it does, is defining the Interface to implement, you might want to add that as well https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpSession.html .

Regarding the implementation, see #11.

@Idrinth
Copy link
Member

Idrinth commented Sep 19, 2016

on a sidenote, you need to provide information on how to retrieve the session data - java has an implementation, other languages do not.

@Idrinth Idrinth merged commit c552ea3 into master Oct 4, 2016
@Idrinth Idrinth deleted the Maurice-Betzel-patch-1 branch October 4, 2016 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants