Hi,
We have a webapplication on IIS 5.0 using ASP technology.
The application runs a lot of forms.
On these forms we are tracing how many forms are opened, printed
and sent to recievers that are spesified. This is stored in a MSSQL
database.
A form created by a user uses the logID (used for tracing) to define the
temperary
form and is stored on the harddisk in xml format.
The thing is that many forms created by the end user seems to loose the
logID.
And the log shows that meny users loose the session that holds the logID on
Session_OnEnd.
Thats because I insert a row to the log when Session_OnEnd has run.
The log shows for a spesific user that a form has been generated on a
spesifc time and the
Session_OnEnd has been run 4 minutes after creation. The timeout on the
server is 60 minutes.
This only shows that the IIS server drops sessions form time to time. Can
concur on this??
For some reason session may be stoped without even though timeout is not
reached.
Hope someone can help me...
In advance thanks a lot!!
Kind regards,
Jon Haakon