A
anonmous
Hello,
I am creating a pdf via some code. Now when the pdf is
created, I assign the filename to a session variable and
open a new window with the pdf. Now when the user closes
the pdf window, I would like to delete the file. I was
thinking to check for the session variable in the
global.asax.vb in the session_end. However when I close
the pdf the session_end is never called. Is there any way
to do that?
Thanks in advance
I am creating a pdf via some code. Now when the pdf is
created, I assign the filename to a session variable and
open a new window with the pdf. Now when the user closes
the pdf window, I would like to delete the file. I was
thinking to check for the session variable in the
global.asax.vb in the session_end. However when I close
the pdf the session_end is never called. Is there any way
to do that?
Thanks in advance