Patches item #1503641, was opened at 2006-06-09 19:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1503641&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.3
Status: Open
Resolution: None
Priority: 9
Submitted By: Martijn Dashorst (dashorst)
Assigned to: Nobody/Anonymous (nobody)
Summary: Delay creating Session until necessary

Initial Comment:
>From the admin list, sent by Eelco

I implemented deffered sessions. A session is not created until there
is actually a need for it. In other words: as long as you work with
stateless pages, and do not put custom data in your session, no actual
session is created.

This is great news for users that don't want jsessionid's in their URL's 
when their site gets crawled by Google, and for those that want to create 
websites with traffic peaks like Amazon :-). Seriously, this is a major 
feature that makes Wicket a much more viable choice for the creation of 
public websites.

This patch will break existing API, but not on a large scale. It will be 
incorporated in Wicket 1.3. A date has yet to be set for that release.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1503641&group_id=119783


_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to