[an error occurred while processing the directive]
![]() |
cosign-discuss at umich.edu |
general discussion of cosign development and deployment | |
<CookieDBExpireTime> does not set the expire time for the cookie in the user's browser. It tells IISCosign how long the locally cached copies of the service cookies -- the files located in [c:\path\to]\iiscosign\cookiedb -- are good on your cosign-protected web server before it asks the central login server if a service cookie is still good.
--Jarod Malestein --University of Michigan --Information Technology Central Services
Hello,
The cookie in my browser says it expires at end of session. What initiates an end of session? The cookie DB setting in the cosign.dll.config is set to about 10 hours.
Just want to know what signifies so that we can create user warnings and or auto state saving of information on a web form, when page is idle.
Just to save time and email exchanges, below is a copy of the config.
<Cosign> <CAFilePath>c:\Program Files\IISCosign\SSL</CAFilePath> <ChainFilePath>c:\Program Files\IISCosign\SSL\simscert.pem</ChainFilePath> <PrivateKeyFilePath>c:\Program Files\IISCosign\SSL\simsserver.key</PrivateKeyFilePath> <LogFilePath fileSizeInKB="4096" >C:\Program Files\IISCosign\Logs</LogFilePath> <CookieDBPath>C:\Program Files\IISCosign\CookieDB</CookieDBPath> <CosignServer port="6663">webaccess.psu.edu</CosignServer> <RedirectURL>https://webaccess.psu.edu/?</RedirectURL> <ConnectionPool size="4" /><!--4--> <CookieDBExpireTime seconds="36000" /> <WriteDataToEventViewer>FALSE</WriteDataToEventViewer> <CheckIPAddress>FALSE</CheckIPAddress> <Service IISDescription="sims development">cosign-dev.sims.psu.edu <Protected>/</Protected> </Service> <Service IISDescription="prams developement">cosign-dev.prams.psu.edu <Protected>/</Protected> </Service> <Service IISDescription="SIMSBudgets">cosign-devbud.sims.psu.edu
<Protected>/</Protected> </Service> </Cosign>
Thanks
Michael Whyte Penn State University Office of Research Information Systems