Make Cookie-Detection possible without JavaScript
-------------------------------------------------

                 Key: WICKET-1288
                 URL: https://issues.apache.org/jira/browse/WICKET-1288
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.3.0-final
            Reporter: uwe schaefer
            Priority: Minor


getClientInfo().getProperties().isCookiesEnabled() returns always false, when 
JavaScript is disabled.
It is possible to detect the availibility of cookies by just testing for 
JSESSIONID in the current Request. Unfortunately, this cookie is not yet set by 
the first Redirecting Response that sends the userĀ“s browser to the HomePage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to