[Wicket-user] Custom ISessionStore

2007-08-09 Thread Seldon, Richard
Hello. Does anyone have any working example implementations of a custom ISessionStore. Perhaps writing to disk / database etc. Hoping to get up to speed v.quickly. Best regards, Richard. This e-mail (and any attachments) may contain privileged and/or confidential information. If you are not

Re: [Wicket-user] Custom ISessionStore

2007-08-09 Thread Igor Vaynberg
DiskPageStore , SecondLevelCacheSessionStore in core -igor On 8/9/07, Seldon, Richard [EMAIL PROTECTED] wrote: Hello. Does anyone have any working example implementations of a custom ISessionStore. Perhaps writing to disk / database etc. Hoping to get up to speed v.quickly. Best regards,

Re: [Wicket-user] Custom ISessionStore

2007-08-09 Thread Eelco Hillenius
On 8/9/07, Igor Vaynberg [EMAIL PROTECTED] wrote: DiskPageStore , SecondLevelCacheSessionStore in core In 1.3 Eelco - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop.

Re: [Wicket-user] Custom ISessionStore

2007-08-09 Thread Matej Knopp
There is SimpleSynchronousFilePageStore in trunk that acts as a simple example implementation of IPageStore. Beware, it's slow and unoptimized, as it's is only for example purposes. If you need fast IPageStore try DiskPageStore. -Matej On 8/9/07, Igor Vaynberg [EMAIL PROTECTED] wrote: