[
https://issues.apache.org/jira/browse/WICKET-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976525#action_12976525
]
Flying Wolf commented on WICKET-2928:
-------------------------------------
There are a lot of Wicket users that require stateless Ajax (no sessions), but
the Wicket team seems to do nothing about it. Even though, there are a lot of
situations and people where stateless Ajax is required.
A single webbrowser can ruin a site build with Wicket when the browser has
cookies disabled. This causes a session blowout on each http request. This is
one example where stateless Ajax would solve a problem.
> Stateless AJAX requests
> -----------------------
>
> Key: WICKET-2928
> URL: https://issues.apache.org/jira/browse/WICKET-2928
> Project: Wicket
> Issue Type: Wish
> Components: wicket
> Reporter: Peter Parson
>
> There are lots of situations where AJAX-Requests do not depend on the state
> of the page.
> Are there plans to support stateless AJAX behaviors and links in Wicket?
> I would love to see this integrated into Wicket, because we are binding a lot
> of sessions for visitors not being signed in and even crawlers, just to be
> able to make use of ajax functionality.
> A stateless AJAX feature would allow for later session binding (e.g.when
> there's really need to have a state, in my case: when the user signs in).
> Thanks & best regards,
> Peter
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.