That means if the user visites 3 bookmarkable pages, then three sessions will
be created?



Martijn Dashorst wrote:
> 
> Yes, but the session is only permanent when you call bind(), or a
> stateful page is requested and the state needs to be stored for links,
> forms, ajax etc.
> 
> As long as you use bookmarkable pages (and links to them), and
> stateless forms, and no ajax, your site will be stateless, and wicket
> will not automatically bind the session to HTTP Session.
> 
> Martijn
> 
> On Tue, Mar 31, 2009 at 1:28 PM, Pi Trash <[email protected]> wrote:
>> Hi,
>>
>> does wicket always create a session when a new user enters a page? Or is
>> it possible to turn the session creation off?
>>
>> tia
>> _______________________________________________________________________
>> DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
>> DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
> 
> 
> 
> -- 
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.3.5 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/session-management-tp22803196p22803539.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to