Re: Session managment

2007-10-21 Thread Martijn Dashorst
What heavy session drawback are you talking about? Martijn -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta4 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/ - To

Re: Session managment

2007-10-20 Thread alshamsi
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Session-managment-tf4503470.html#a13309608 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Session managment

2007-10-20 Thread Johan Compagner
] -- View this message in context: http://www.nabble.com/Session-managment-tf4503470.html#a13309608 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Session managment

2007-10-20 Thread Suad AlShamsi
] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Session-managment-tf4503470.html#a13309608 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe

Re: Session managment

2007-10-20 Thread Johan Compagner
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Session-managment-tf4503470.html#a13309608 Sent from the Wicket - User mailing list

Re: Session managment

2007-10-20 Thread Johan Compagner
First of all don't worry that much about the session usage, in 1.3 we only store 1 page per pagemap in the session, the rest is stored to disk 1. So, Can I manually interval the session and remove the objects stored in the session? What kind of objects? If you store the object in the

Session managment

2007-09-23 Thread tsuresh
Hello, can someone please explain me how Session handling works in wicket 1.3. It would be better if you explain with an example. -- View this message in context: http://www.nabble.com/Session-managment-tf4503470.html#a12843600 Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Session managment

2007-09-23 Thread Eelco Hillenius
On 9/23/07, tsuresh [EMAIL PROTECTED] wrote: Hello, can someone please explain me how Session handling works in wicket Wicket has it's own abstraction of user sessions: org.apache.wicket.Session, though you'll typically use a derivative like WebSession. *Typically* - depending on the session