Use rand rather than mkstemp for session
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 1 Aug 2011 11:05:13 +0000 (13:05 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 1 Aug 2011 11:05:13 +0000 (13:05 +0200)
commit844c0b8ab1de859d3c1052b81c0fc056b2cd5437
tree3e29e0e6618a45a3d51ca7cd4de83292b464e6c9
parent86aa10e05c5f6aadc0d08c761ca91457fffd2039
Use rand rather than mkstemp for session

Problem is that the generated URL is not case sensitive so we need
a temporary file name without case mix.
src/filter_zoom.cpp