Question
ASP Sessions timing out in seconds
ASP and MySQL db.
I have secure pages on numerous sites where users need to log in to gain access to priviledged info, however the pages are kicking users out way too quickly, sometimes within seconds.
I have used a line of code near the top of the pages to prevent this from happening, but it's not made a blind bit of difference. Here's the code at the top of each page:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%Session.Timeout=20%>
The session timeout line I got from one of the asp tutorial websites (can't remeber which). What's wrong with the code, and if there is nothing wrong with it, how do I overcome the problem?
Thanks
Mat
I have secure pages on numerous sites where users need to log in to gain access to priviledged info, however the pages are kicking users out way too quickly, sometimes within seconds.
I have used a line of code near the top of the pages to prevent this from happening, but it's not made a blind bit of difference. Here's the code at the top of each page:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%Session.Timeout=20%>
The session timeout line I got from one of the asp tutorial websites (can't remeber which). What's wrong with the code, and if there is nothing wrong with it, how do I overcome the problem?
Thanks
Mat
