session and upload

As it resolve the problem of expire the session, when I am doing an upload with the component ASPUPLOAD?

The function [COLOR=“Red”]<% Server.ScriptTimeout = 90000 %> is not resolving!

[CODE]<%@LANGUAGE=“VBSCRIPT” CODEPAGE=“1252”%>
<% Server.ScriptTimeout = 90000 %>

<%
Dim Repeat1__numRows
Dim Repeat1__index

Repeat1__numRows = -1
Repeat1__index = 0
rsTipoDoc_numRows = rsTipoDoc_numRows + Repeat1__numRows
%>

Untitled Document

HI,

a ticket for this issue already created , we are working on it and will update you ticket.

Regards

A session timeout of 90000 would be like 25 hours I believe, which would bring a server to its knees with memory usage, and there is no reason for such a long session at all.

each session uses memory on the server, sessions should never be longer than 20 minutes really, and if their is need for longer sessions they should be done via a database.