<caching>
<cache disableMemoryCollection = "true"
disableExpiration = "true"
privateBytesLimit = "0"
percentagePhysicalMemoryUsedLimit = "90"
privateBytesPollTime = "00:02:00"/>
</caching>
Les agradezco CUALQUIER ayuda
|
|
#1 (permalink) |
![]() Fecha de Ingreso: febrero-2008
Mensajes: 2
|
Como Evitar Caducidad Sesion
<caching> <cache disableMemoryCollection = "true" disableExpiration = "true" privateBytesLimit = "0" percentagePhysicalMemoryUsedLimit = "90" privateBytesPollTime = "00:02:00"/> </caching> Les agradezco CUALQUIER ayuda |
|
|
|
|
|
#2 (permalink) |
![]() |
Respuesta: Como Evitar Caducidad Sesion
Prueba utilizando el sessionstate del web.config, te dejo esta referencia
y esta linea de código
Código:
donde timeout por default es 20 minutos, en la linea pasada se encuentra en 60 minutos, y no debe de ser mayor a un año.<sessionState mode="InProc" timeout="60"> </sessionState>
__________________
El que ríe al último, generalmente es el más idiota... John Lennon |
|
|
|