/var/run
is usually mounted as tmpfs
, which is a partition mapped into your RAM. Obviously RAM gets cleared on reboot, so do all tmpfs file systems.
http://fedoraproject.org/wiki/Features/var-run-tmpfs
You should consider storing your application data on a persistent file system e.g. mounted on a hard disk.