You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/03/09 21:43:09 UTC

[jira] Created: (WICKET-375) turn off browser window detection when working with SecondLevelCacheSessionStore

turn off browser window detection when working with SecondLevelCacheSessionStore
--------------------------------------------------------------------------------

                 Key: WICKET-375
                 URL: https://issues.apache.org/jira/browse/WICKET-375
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
            Reporter: Eelco Hillenius
         Assigned To: Eelco Hillenius
             Fix For: 1.3, 2.0


We can turn browser window detection off by default when the SecondLevelCacheSessionStore is used, as it is fine to put it all in one page map that is after all maintained on disk for a large part and doesn't have the limitations the HttpSessionStore had. It should be implemented in such a fashion that people can turn it on manually regardless of which session store is used.

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


[jira] Commented: (WICKET-375) turn off browser window detection when working with SecondLevelCacheSessionStore

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479734 ] 

Eelco Hillenius commented on WICKET-375:
----------------------------------------

fixed for 1.3. Pending for 2.0 if we continue that.

> turn off browser window detection when working with SecondLevelCacheSessionStore
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-375
>                 URL: https://issues.apache.org/jira/browse/WICKET-375
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Eelco Hillenius
>         Assigned To: Eelco Hillenius
>             Fix For: 1.3, 2.0
>
>
> We can turn browser window detection off by default when the SecondLevelCacheSessionStore is used, as it is fine to put it all in one page map that is after all maintained on disk for a large part and doesn't have the limitations the HttpSessionStore had. It should be implemented in such a fashion that people can turn it on manually regardless of which session store is used.

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


[jira] Resolved: (WICKET-375) turn off browser window detection when working with SecondLevelCacheSessionStore

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eelco Hillenius resolved WICKET-375.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0)

> turn off browser window detection when working with SecondLevelCacheSessionStore
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-375
>                 URL: https://issues.apache.org/jira/browse/WICKET-375
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Eelco Hillenius
>         Assigned To: Eelco Hillenius
>             Fix For: 1.3
>
>
> We can turn browser window detection off by default when the SecondLevelCacheSessionStore is used, as it is fine to put it all in one page map that is after all maintained on disk for a large part and doesn't have the limitations the HttpSessionStore had. It should be implemented in such a fashion that people can turn it on manually regardless of which session store is used.

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


[jira] Commented: (WICKET-375) turn off browser window detection when working with SecondLevelCacheSessionStore

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479710 ] 

Eelco Hillenius commented on WICKET-375:
----------------------------------------

To be exact, I'm talking about the wicket.settings.IPageSettings#AutomaticMultiWindowSupport property

> turn off browser window detection when working with SecondLevelCacheSessionStore
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-375
>                 URL: https://issues.apache.org/jira/browse/WICKET-375
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Eelco Hillenius
>         Assigned To: Eelco Hillenius
>             Fix For: 1.3, 2.0
>
>
> We can turn browser window detection off by default when the SecondLevelCacheSessionStore is used, as it is fine to put it all in one page map that is after all maintained on disk for a large part and doesn't have the limitations the HttpSessionStore had. It should be implemented in such a fashion that people can turn it on manually regardless of which session store is used.

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