I am having trouble with Session On_End again.
I am trying to write to an XML file to record the session end time. This is obtained from a session variable which is updated every time a page is requested, giving me an approximation of the session end time.
I have no problems whatsoever with it on my local machine, but when I try it online it does not work.
Is there anything in the setup of the server that could prohibit me writing to the file?
I have had problems before when trying to use a fileSystemObject in Session On_End, so I am wondering if this is a similar problem.
<bb/>
I am trying to write to an XML file to record the session end time. This is obtained from a session variable which is updated every time a page is requested, giving me an approximation of the session end time.
I have no problems whatsoever with it on my local machine, but when I try it online it does not work.
Is there anything in the setup of the server that could prohibit me writing to the file?
I have had problems before when trying to use a fileSystemObject in Session On_End, so I am wondering if this is a similar problem.
<bb/>