This topic is locked
[SOLVED]

 Your session has expired. Please login again.

3/2/2009 5:05:15 AM
ASPRunnerPro General questions
T
tinto author

Hi guys, hi girls.
Many time my Login page say me this error "Your session has expired. Please login again.".
I write my username and password, but rewrite me "Your session has expired. Please login again.".
What is the problem?
tinto

Admin 3/2/2009

Tinto,
session timeout can be changed in IIS settings:

http://www.xlinesoft.com/articles/session_expired.htm

T
tinto author 3/2/2009

Thanks Sergey, but the problem is the webserver where in my asp page and my database is not mine administration: is a webserver of Register.it.
It's possible resolve the problem in my login.asp page where i can see
<%if request.form("a")="logout" or request.querystring("a")="logout" then

session.Abandon()

Response.Cookies("username")=""

Response.Cookies("password")=""

Response.Redirect "login.asp"

response.end

end if%>
or in other part of my asp page created by Asprunner???
tinto

Admin 3/2/2009

The problem is that session timeout cannot be changed from ASP code. You need to contact your web hosting support team in this regard.
You can also upload your application to Demo Account to find that this issue is specific to IIS configuration on your web hosting server.
You can also check our web hosting at http://www.inspirunner.com

T
tinto author 3/25/2009

The problem is that session timeout cannot be changed from ASP code. You need to contact your web hosting support team in this regard.

You can also upload your application to Demo Account to find that this issue is specific to IIS configuration on your web hosting server.
You can also check our web hosting at http://www.inspirunner.com


Thanks Sergey but if i use the simple code descript in this page "http://support.microsoft.com/kb/301464/en-us"; i don't have any problem of timeout, but i can use that specific code because i have eleven user and i want all the people can see their own only data.
It's possible have a similar code in asprunner?