Dag-Erling Smørgrav <d...@des.no> writes: > Thanks, that's a neat workaround (combined with unlink_on_exit).
I was wrong about that last bit - unlink_on_exit automatically defaults to a sane value (unlink the file if you created it, leave it alone if it already existed). If anything, you'd want to set it to 0 so sessions are persistent across server restarts. BTW, this is not a perfect solution, since all processes owned by the same user will now share a session cache. However, this should rarely (if ever) be a problem. DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/