Re: SessionStore on database

2020-04-29 Thread Martin Grigorov
Hi On Wed, Apr 29, 2020, 19:55 Andrea Del Bene wrote: > Hi, > > if you haven't done it yet you should have a look at WicketStuff data > store projects: > > https://github.com/wicketstuff/core/tree/master/datastores-parent > > > this should give you some good ideas. > The data stores distribute

Re: SessionStore on database

2020-04-29 Thread Andrea Del Bene
Hi, if you haven't done it yet you should have a look at WicketStuff data store projects: https://github.com/wicketstuff/core/tree/master/datastores-parent this should give you some good ideas. On 29/04/20 17:30, Shengche Hsiao wrote: Thomas, thanks for your opinion, I'll try it On Wed,

Re: SessionStore on database

2020-04-29 Thread Shengche Hsiao
Thomas, thanks for your opinion, I'll try it On Wed, Apr 29, 2020 at 2:49 PM Thomas Heigl wrote: > Hi, > > There are two options I'm aware of: > > - You can use a session manager in your application server that stores your > session in the database. I.e. Tomcat's JDBC store. > - You can use

Re: SessionStore on database

2020-04-29 Thread Thomas Heigl
Hi, There are two options I'm aware of: - You can use a session manager in your application server that stores your session in the database. I.e. Tomcat's JDBC store. - You can use Spring Session with a JDBC store I recently implemented Spring Session for Wicket with Redis as a backing store.

SessionStore on database

2020-04-28 Thread ShengChe Hsiao
Dear all I want to implement cross datacenter session replication for my web app, can I persist session on shared database? If it does, how can I do? I searched the web, and found org.apache.wicket.protocol.http. SecondLevelCacheSessionStore.IClusteredPageStore I have an idea for implement

Re: SessionStore

2012-10-02 Thread Martin Grigorov
org.apache.wicket.pageStore.memory.HttpSessionDataStore On Tue, Oct 2, 2012 at 3:49 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: Hi Are there a memory only session store? I am seeing a lot of writes from tomcat, and wanted to see if using a different session store would help..

Re: SessionStore

2012-10-02 Thread nino martinez wael
Great wasnt sure if it were memory only.. 2012/10/2 Martin Grigorov mgrigo...@apache.org org.apache.wicket.pageStore.memory.HttpSessionDataStore On Tue, Oct 2, 2012 at 3:49 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: Hi Are there a memory only session store? I am seeing

Re: SessionStore life cycle in cluster?

2010-06-05 Thread Igor Vaynberg
asynchronously in its own thread. -igor Thanks, Dmitry -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SessionStore-life-cycle-in-cluster-tp2242105p2244022.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: SessionStore life cycle in cluster?

2010-06-04 Thread DmitryM
may blow up? Why isn't the ThreadLocal application instance get set? Thanks, Dmitry -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SessionStore-life-cycle-in-cluster-tp2242105p2244022.html Sent from the Wicket - User mailing list archive at Nabble.com

SessionStore life cycle in cluster?

2010-06-03 Thread DmitryM
in context: http://apache-wicket.1842946.n4.nabble.com/SessionStore-life-cycle-in-cluster-tp2242105p2242105.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: SessionStore life cycle in cluster?

2010-06-03 Thread Igor Vaynberg
.nabble.com/SessionStore-life-cycle-in-cluster-tp2242105p2242105.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: SessionStore life cycle in cluster?

2010-06-03 Thread DmitryM
at the same speed (like switching between pages in the app). -Dmitry -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SessionStore-life-cycle-in-cluster-tp2242105p2242134.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: SessionStore life cycle in cluster?

2010-06-03 Thread Igor Vaynberg
). -Dmitry -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SessionStore-life-cycle-in-cluster-tp2242105p2242134.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: SessionStore life cycle in cluster?

2010-06-03 Thread DmitryM
/SessionStore-life-cycle-in-cluster-tp2242105p2242198.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: SessionStore life cycle in cluster?

2010-06-03 Thread Igor Vaynberg
of request (ajax or bookmarkable page link) there is a delay of 2+ seconds. -Dmitry -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SessionStore-life-cycle-in-cluster-tp2242105p2242198.html Sent from the Wicket - User mailing list archive at Nabble.com

SessionStore and Detachable Models

2008-09-18 Thread carloc
is not that big a concern anymore -- View this message in context: http://www.nabble.com/SessionStore-and-Detachable-Models-tp19548105p19548105.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: SessionStore and Detachable Models

2008-09-18 Thread James Carman
of the httpsession right? It is also the one that is used by default. so is it safe for me to not use abstractdetachablemodels and just use compoundpropertymodels since memory is not that big a concern anymore -- View this message in context: http://www.nabble.com/SessionStore-and-Detachable-Models

Re: Tracking logged in users / SessionStore questions

2008-09-14 Thread behlma
, but is there any way around people being able to spawn thousands of sessions :) ? -- View this message in context: http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions-tp19273568p19450432.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Tracking logged in users / SessionStore questions

2008-09-13 Thread behlma
, for every refresh a new session is spawned. Now I understand that this is the correct behaviour, but is there any way around people being able to spawn thousands of sessions :) ? -- View this message in context: http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions

Re: Tracking logged in users / SessionStore questions

2008-09-13 Thread Igor Vaynberg
of sessions :) ? -- View this message in context: http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions-tp19273568p19450432.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Tracking logged in users / SessionStore questions

2008-09-12 Thread behlma
is spawned. Now I understand that this is the correct behaviour, but is there any way around people being able to spawn thousands of sessions :) ? -- View this message in context: http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions-tp19273568p19450432.html Sent from

Re: Tracking logged in users / SessionStore questions

2008-09-12 Thread Igor Vaynberg
: http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions-tp19273568p19450432.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Tracking logged in users / SessionStore questions

2008-09-03 Thread behlma
Thanks a lot, Martijn. -- View this message in context: http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions-tp19273568p19283896.html Sent from the Wicket - User mailing list archive at Nabble.com

Tracking logged in users / SessionStore questions

2008-09-02 Thread behlma
Hi guys, I'm developing a portal/forum application for my dissertation and wanted to display a panel with all currently active users. Now I found an old thread (Wicket 2.0) where Eelco posted an example SessionStore implementation to solve this specific problem, but that raised some questions. 1

Re: Tracking logged in users / SessionStore questions

2008-09-02 Thread Martijn Dashorst
, I'm developing a portal/forum application for my dissertation and wanted to display a panel with all currently active users. Now I found an old thread (Wicket 2.0) where Eelco posted an example SessionStore implementation to solve this specific problem, but that raised some questions. 1. Should

Re: sessionstore is too big

2007-09-24 Thread Eelco Hillenius
we have a problem with the sessions that wicket stores in the filesystem. It seems that the sessions that are stored here [TOMCAT-DIR]\work\Catalina\[HOST]\[WEB-APP-NAME\sessions\ are not deleted after they are no longer in use. The size of this directory is now grown to 2.5Gb, which is way

Re: sessionstore is too big

2007-09-24 Thread Benjamin Ernst
First of all: thanks for your help! Do you have any idea how to find that out? Where can I see how and when wicket tries to delete the session? Benjamin 2007/9/24, Eelco Hillenius [EMAIL PROTECTED]: we have a problem with the sessions that wicket stores in the filesystem. It seems that

Re: sessionstore is too big

2007-09-24 Thread Matej Knopp
If you upgrade Wicket, there's new page store called DiskPageStore. for this pagestore you can set limits for pagemap file size and limit for entire session (so the session never grows beyond that limit) -Matej On 9/24/07, Benjamin Ernst [EMAIL PROTECTED] wrote: Because our Application in an

Re: sessionstore is too big

2007-09-24 Thread Benjamin Ernst
And an other question: is there risk changing from wicket 1.3-beta2 to beta3 in nearly completely implemented application? 2007/9/24, Benjamin Ernst [EMAIL PROTECTED]: Because our Application in an intrannet-Apllication the user should stay logged-in their whole workday. So our