|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Custom ISessionStore
by Seldon, Richard
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message 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 the intended recipient please do not disclose, copy, distribute, disseminate or take any action in reliance on it. If you have received this message in error please reply and tell us and then delete it. Should you wish to communicate with us by e-mail we cannot guarantee the security of any data outside our own computer systems. For the protection of Legal & General's systems and staff, incoming emails will be automatically scanned. Any information contained in this message may be subject to applicable terms and conditions and must not be construed as giving investment advice within or outside the United Kingdom. The following companies are subsidiary companies of the Legal & General Group Plc which are authorised and regulated by the Financial Services Authority for advising and arranging the products shown: Legal & General Partnership Services Limited (insurance and mortgages), Legal & General Insurance Limited (insurance), Legal & General Assurance Society Limited (life assurance, pensions and investments), Legal & General Unit Trust Managers Limited and Legal & General Portfolio Management Services Limited (investments). They are registered in England under numbers shown. The registered office is Temple Court, 11 Queen Victoria Street, London EC4N 4TP. Legal & General Partnership Services Limited: 5045000 Legal & General Assurance Society Limited: 166055 Legal & General (Unit Trust Managers) Limited: 1009418 Legal & General (Portfolio Management Services) Limited: 2457525 Legal & General Insurance Limited: 423930 They are registered with the Financial Services Authority under numbers shown. You can check this at www.fsa.gov.uk/register Legal & General Partnership Services Limited: 300792 Legal & General Assurance Society Limited: 117659 Legal & General (Unit Trust Managers) Limited: 119273 Legal & General (Portfolio Management Services) Limited: 146786 Legal & General Insurance Limited: 202050 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ IMPORTANT NOTICE: This mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.apache.org" and follow the instructions. _______________________________________________ Wicket-user mailing list Wicket-user@... https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
|
Re: Custom ISessionStore
by igor.vaynberg
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message DiskPageStore , SecondLevelCacheSessionStore in core
-igor On 8/9/07, Seldon, Richard <Richard.Seldon@...> 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, > > Richard. > > > This e-mail (and any attachments) may contain privileged and/or > confidential information. If you are not the intended recipient please do > not disclose, copy, distribute, disseminate or take any action in reliance > on it. If you have received this message in error please reply and tell us > and then delete it. Should you wish to communicate with us by e-mail we > cannot guarantee the security of any data outside our own computer systems. > For the protection of Legal & General's systems and staff, incoming emails > will be automatically scanned. > > Any information contained in this message may be subject to applicable > terms and conditions and must not be construed as giving investment advice > within or outside the United Kingdom. > > The following companies are subsidiary companies of the Legal & General > Group Plc which are authorised and regulated by the Financial Services > Authority for advising and arranging the products shown: Legal & General > Partnership Services Limited (insurance and mortgages), Legal & General > Insurance Limited (insurance), Legal & General Assurance Society Limited > (life assurance, pensions and investments), Legal & General Unit Trust > Managers Limited and Legal & General Portfolio Management Services Limited > (investments). > > They are registered in England under numbers shown. > The registered office is Temple Court, 11 Queen Victoria Street, London > EC4N 4TP. > > Legal & General Partnership Services Limited: 5045000 Legal & General > Assurance Society Limited: 166055 Legal & General (Unit Trust Managers) > Limited: 1009418 Legal & General (Portfolio Management Services) Limited: > 2457525 Legal & General Insurance Limited: 423930 > > They are registered with the Financial Services Authority under numbers > shown. You can check this at www.fsa.gov.uk/register > > Legal & General Partnership Services Limited: 300792 Legal & General > Assurance Society Limited: 117659 Legal & General (Unit Trust Managers) > Limited: 119273 Legal & General (Portfolio Management Services) Limited: > 146786 Legal & General Insurance Limited: 202050 > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > IMPORTANT NOTICE: > > This mailing list is shutting down. Please subscribe to the Apache Wicket > user list. Send a message to: "users-subscribe at wicket.apache.org" and > follow the instructions. > _______________________________________________ > Wicket-user mailing list > Wicket-user@... > https://lists.sourceforge.net/lists/listinfo/wicket-user > This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ IMPORTANT NOTICE: This mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.apache.org" and follow the instructions. _______________________________________________ Wicket-user mailing list Wicket-user@... https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
|
Re: Custom ISessionStore
by Matej Knopp-2
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message 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 <igor.vaynberg@...> wrote: > DiskPageStore , SecondLevelCacheSessionStore in core > > -igor > > > On 8/9/07, Seldon, Richard <Richard.Seldon@...> 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, > > > > Richard. > > > > > > This e-mail (and any attachments) may contain privileged and/or > > confidential information. If you are not the intended recipient please do > > not disclose, copy, distribute, disseminate or take any action in reliance > > on it. If you have received this message in error please reply and tell us > > and then delete it. Should you wish to communicate with us by e-mail we > > cannot guarantee the security of any data outside our own computer systems. > > For the protection of Legal & General's systems and staff, incoming emails > > will be automatically scanned. > > > > Any information contained in this message may be subject to applicable > > terms and conditions and must not be construed as giving investment advice > > within or outside the United Kingdom. > > > > The following companies are subsidiary companies of the Legal & General > > Group Plc which are authorised and regulated by the Financial Services > > Authority for advising and arranging the products shown: Legal & General > > Partnership Services Limited (insurance and mortgages), Legal & General > > Insurance Limited (insurance), Legal & General Assurance Society Limited > > (life assurance, pensions and investments), Legal & General Unit Trust > > Managers Limited and Legal & General Portfolio Management Services Limited > > (investments). > > > > They are registered in England under numbers shown. > > The registered office is Temple Court, 11 Queen Victoria Street, London > > EC4N 4TP. > > > > Legal & General Partnership Services Limited: 5045000 Legal & General > > Assurance Society Limited: 166055 Legal & General (Unit Trust Managers) > > Limited: 1009418 Legal & General (Portfolio Management Services) Limited: > > 2457525 Legal & General Insurance Limited: 423930 > > > > They are registered with the Financial Services Authority under numbers > > shown. You can check this at www.fsa.gov.uk/register > > > > Legal & General Partnership Services Limited: 300792 Legal & General > > Assurance Society Limited: 117659 Legal & General (Unit Trust Managers) > > Limited: 119273 Legal & General (Portfolio Management Services) Limited: > > 146786 Legal & General Insurance Limited: 202050 > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > IMPORTANT NOTICE: > > > > This mailing list is shutting down. Please subscribe to the Apache Wicket > > user list. Send a message to: "users-subscribe at wicket.apache.org" and > > follow the instructions. > > _______________________________________________ > > Wicket-user mailing list > > Wicket-user@... > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > IMPORTANT NOTICE: > > This mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.apache.org" and follow the instructions. > _______________________________________________ > Wicket-user mailing list > Wicket-user@... > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ IMPORTANT NOTICE: This mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.apache.org" and follow the instructions. _______________________________________________ Wicket-user mailing list Wicket-user@... https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
|
Re: Custom ISessionStore
by Eelco Hillenius
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message On 8/9/07, Igor Vaynberg <igor.vaynberg@...> 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. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ IMPORTANT NOTICE: This mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.apache.org" and follow the instructions. _______________________________________________ Wicket-user mailing list Wicket-user@... https://lists.sourceforge.net/lists/listinfo/wicket-user |
| Free embeddable forum powered by Nabble | Forum Help |