You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Thomas Andraschko (JIRA)" <ji...@apache.org> on 2014/04/11 13:33:15 UTC

[jira] [Created] (DELTASPIKE-568) Client Window cookie name is different on server and client side

Thomas Andraschko created DELTASPIKE-568:
--------------------------------------------

             Summary: Client Window cookie name is different on server and client side
                 Key: DELTASPIKE-568
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-568
             Project: DeltaSpike
          Issue Type: Bug
          Components: JSF-Module
    Affects Versions: 0.6
            Reporter: Thomas Andraschko
            Assignee: Thomas Andraschko
             Fix For: 0.7


Server side:

private static final String WINDOW_ID_COOKIE_PREFIX = "dsWindowId-";

Client side:

var cookieName = 'dsiWindowId-' + requestToken;



--
This message was sent by Atlassian JIRA
(v6.2#6252)