This topic is locked

Session Expires

12/22/2008 6:53:08 PM
ASPRunnerPro General questions
L
lineamovil author

Hello:
Im using the classifieds template, and making some changes, it works fine, but I want the users to upload larger files, and when I try this cannot be done. It says the SESSinION HAS EXPIRED.
I Would like to extend the time of the session is open. I tryed looking in this group but it say something that it is not in the files created.
Can you help me?

you can insert the following line into generated include\commonfunctions.asp file
QUOTE

Session.Timeout = 120
where 120 is number of minutes you want the session to live after users's last click.
You can insert this just after "vDebug = false" line.

there is no "vDebug = false" line.
thanks

Sergey Kornilov admin 12/22/2008

This is in fact not in the files generated by ASPRunnerPro.
More info:

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