Sometimes user get kicked out from PM Client while using application with Internal Server Error in the PM client and screen return to log in page.
This can happen if ClientDocumentTemp directory is created under Client Folder on the webserver or this might happen if the Web Server is not able to store the sessions in the memory.
If ClientDocumentTemp is the reason then we have to change the path in web.config under Pm Client directory.
If Memory on webserver is issue then we need to change the session state from "InProc" to "StateServer" in web.config under PM Client directory.
If ClientDocumentTemp is issue:
Note: Path change is needed if Session State is "InProc".
If The above is not the issue then:
NOTE the following points:
Note that "Client" from path is removed and temp folder will be created outside the "Client" Directory.
Target group of this article |
|
All Users |
|
Main User |
x |
IT department |
x |