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