简体   繁体   中英

Using Oracle session state, and SessionStateStoreProviderBase in my web.config

Does anyone know or ran into an issue with images not getting rendered when using a custom session state. (I'm using oracle session provider)

<sessionState cookieless="UseUri" timeout="20" mode="Custom" customProvider="MyOracleSessionStateStore" regenerateExpiredSessionId="true">
<providers>
<add name="MyOracleSessionStateStore" type="Oracle.Web.SessionState.OracleSessionStateStore, Oracle.Web, Version=2.111.7.0, Culture=neutral, PublicKeyToken=89b483f429c47342" connectionStringName="SESSION_STATE"/>
</providers>
</sessionState>

It's the weirdest thing to me, i have like 20 pie charts on a page and they are all image controls. out of those 20, only 10 of them render and when you refresh the page more gets rendered!! If i change the config file back to InProc or stateServer then it works perfectly.
just random images gets rendered and some images get skipped. Does anyone know whats going on or have any solutions. Thanks, Thanks,

这些问题似乎仅发生在使用同一端口的开发人员本地计算机上。我们在生产上还没有任何问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM