Re: Get all sessions and manipulate them

2009-08-14 Thread uud ashr
projects, that wanna manipulate the sessions any common feature in wicket? Maybe 1.4.x? Regards! Jing -Original Message- From: uud ashr [mailto:uuda...@gmail.com] Sent: Dienstag, 11. August 2009 13:25 To: users@wicket.apache.org Subject: Re: Get all sessions

RE: Get all sessions and manipulate them

2009-08-13 Thread Jing Ge (Besitec IT DEHAM)
-Original Message- From: uud ashr [mailto:uuda...@gmail.com] Sent: Dienstag, 11. August 2009 13:25 To: users@wicket.apache.org Subject: Re: Get all sessions and manipulate them I don't know. Asked many times but maybe not so popular. I can't find it easily. Do I have to save it manually all

Re: Get all sessions and manipulate them

2009-08-13 Thread Jeremy Thomerson
. August 2009 13:25 To: users@wicket.apache.org Subject: Re: Get all sessions and manipulate them I don't know. Asked many times but maybe not so popular. I can't find it easily. Do I have to save it manually all available session by creating class implementing ISession store

Re: Get all sessions and manipulate them

2009-08-11 Thread uud ashr
I don't know. Asked many times but maybe not so popular. I can't find it easily. Do I have to save it manually all available session by creating class implementing ISession store? Or there is another way? Regards, uudashr On Tue, Aug 11, 2009 at 11:36 AM, Jeremy Thomerson

Get all sessions and manipulate them

2009-08-10 Thread uud ashr
Hi all, How to manipulate all existing sessions on wicket. I can get the SessionData trough getRequestLogger().getLiveSessions(), but I can't manipulate the SessionData. For examples, I have session class: public class MyAppSession extends WebSession { ... public void setLoggedUser(User

Re: Get all sessions and manipulate them

2009-08-10 Thread Jeremy Thomerson
This question has been asked and answered many times on this mailing list. Please try searching the archives on Nabble. Then let us know if you have questions about one of those implementations. -- Jeremy Thomerson http://www.wickettraining.com On Mon, Aug 10, 2009 at 10:59 PM, uud