[
https://issues.apache.org/jira/browse/IGNITE-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15184623#comment-15184623
]
ASF GitHub Bot commented on IGNITE-2775:
----------------------------------------
GitHub user shroman opened a pull request:
https://github.com/apache/ignite/pull/539
IGNITE-2775: Fixed HttpRequest.changeSessionId() to create a new id.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shroman/ignite ignite-2775
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/539.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #539
----
commit bab1f87dc1bba5545043229591efc34ed0ae38f2
Author: shtykh_roman <[email protected]>
Date: 2016-03-08T08:04:25Z
IGNITE-2775: Fixed HttpRequest.changeSessionId() to create a new id.
----
> HttpRequest.changeSessionId() won't change session id
> -----------------------------------------------------
>
> Key: IGNITE-2775
> URL: https://issues.apache.org/jira/browse/IGNITE-2775
> Project: Ignite
> Issue Type: Bug
> Components: websession
> Affects Versions: 1.5.0.final
> Reporter: Roman Shtykh
> Assignee: Roman Shtykh
>
> After
> {code}
> request.changeSessionId();
> {code}
> {code}
> request.getSession().getId();
> {code}
> returns the old session id.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)