Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Sharing Worksite Sessions on Server
tarekh
Hi,
I am trying to understand if it is possible to reuse Worksite connection sessions.
Essentially, we are looking for connection pooling type functionality or the ability to keep a session open for reuse by multiple web clients.
We are building an ASP.net application that is accessing a Worksite 8.2 document repository. We would like to read information from interwoven several times per request. Some information can be cached such as class and subclass but other information regarding the documents cannot.
We are finding that creating a session is a rather expensive process in terms of time. The nature of the application does not lend itself to batching requests and the interwoven specifics are behind a webservice.
Kind Regards,
Tarek
Find more posts tagged with
Comments
Migrateduser
As long as your app is in the same application pool and domain, you should be able to share the worksite session.
Worksite Session is stored as a object in the ASP.NET HTTP session. You can accesss it via SessionContext.Current property of iManage.worksite
Thanks
Sheetal
sheetal@docstree.com
www.docstree.com