Atozed Forums

Full Version: SessionTimeOut use
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I currently set the SessionTimeOut from a config file in IWServerControllerBaseCreate.  But I'd like to take it further by setting it looking at the parameters that are passed.  I don't think WebApplication exist yet when BaseCreate is called so I can't use webapplication.RunParams.Text

Anyone know how I can do this?

Thanks,

Ed

Never mind. I didn't know you could update it with Webapplication.SessionTimeout.