Mantis - Resin
Viewing Issue Advanced Details
3284 crash always 01-19-09 08:28 01-19-09 21:32
kishore_kadiri  
ferg  
normal  
closed 3.0.21  
fixed  
none    
none 3.1.0  
0003284: sessions/srun_.db has become very large at one of our customers.
Hi All,

We are using Resin 3.0.21 version.

Following is our present settings:
          <session-config>
               <file-store>WEB-INF/sessions</file-store>
               <session-timeout>$sessionTimeout</session-timeout>
               <session-max>$sessionMax</session-max>
          </session-config>

sessions/srun_.db has become very large at one of our customers.

1. Is it know issue in Resin 3.0.21?
2. Can we safely delete srun_.db files?
3. Can you please explain what is the purpose of srun_.db and if you have any good documentaion on the same, please provide the same?

It would be great if you can provide your advise/comments on the same at the earliest.

Appreciate your help as always,
Kishore Kadiri

Notes
(0003762)
kishore_kadiri   
01-19-09 11:51   
I really appreciate your quick help here.

Thanks in advance,
Kishore Kadiri
(0003763)
ferg   
01-19-09 21:31   
The srun_.db contains the persistent sessions. You can delete the *.db files, although you will lose the current sessions.

The session persistence was updated significantly in 3.1.0, including several fixes to the *.db files.

So, you can either delete the *.db or upgrade to 3.1.8.