This topic is locked
[SOLVED]

 Your session has expired. Please login again

11/9/2004 1:16:45 PM
ASPRunnerPro General questions
author

Hello,

We are having serius problems with this "Your session has expired. Please login again

". We asked to the WebHoster (MS SQL Server 2000) to allow 1 hour before we get the expiration. They did it but we are still having this problem with no sense of time. It hapens any time. They toll me to check my aplication (program).
We get either that message or the window to login again. What is happenig. What can we do? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=910&image=1&table=forumtopics' class='bbc_emoticon' alt=':unsure:' />

THANKS A LOT

Lilian

Admin 11/9/2004

Lilian,
session expiration time has nothing to do with SQL Server.
To change Session timeout your Webhoster needs to open Internet Services Manager and proceed to your Website properties -> Home directory -> Configuration button. Second tab (App options) allows to change Session timeout. By default session timeout is set to 20 minutes.

501107 11/10/2004

Sergey,
That is what I meant, they changed that to be 1 hour. But does not work.

I mentioned SQL Server 2000 to give you more information only.
ASPRunner Does not have any parameter where we change it or anything else that could cause that the sessions are being lost?
Lilian

Admin 11/10/2004

Lilian,
theoretically you can use Session.Timeout = 60 to set session timeout programmatically.
Also I can recommend to check the following FAQ for more info.

A
ashumak 7/25/2006

Lilian,

theoretically you can use Session.Timeout = 60 to set session timeout programmatically.
Also I can recommend to check the following FAQ for more info.


The FAQ says that IE 6.0 has a problem with unscores in the local server name. Does this include underscores as in this link http://monexgroup.com/teleleads/Hire_Tracking___HO_list.asp?
And if so, is there any way to prevent asprunner form using the underscores?
Alan

Admin 7/26/2006

Alan,
we never expirenced problems with underscores.

Could you give me a link where you read about this ?

A
ashumak 7/26/2006

Alan,

we never expirenced problems with underscores.

Could you give me a link where you read about this ?


http://www.aspfaq.com/show.asp?id=2157
Alan

Admin 7/27/2006

Alan,
this article mentions underscores in server name, not filenames.

So it has nothing to do with ASPRunner.

A
ashumak 7/27/2006

Ah! Never was a good reader.
But I still can't figure oiut why we have so many problems with "Session Time Out"
It can happen just after login. After a few minutes after 5, or all three during the same session.
Alan