MX Dynamic Table Sorter Forum :: Table sorting session timing out
This thread was displayed: 180 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Kenny Darcy
11-21-2006 18:15:22 GMT +2
|
Hi yea,
I get the error below, It seems to happen when I go to a page that I have applied the table sorter to, and while on that page I leave it for a min or two before trying the table sort. on doing so it seems like the session has timed out, can this be possible. if so is there a way for me to prolong the timing.
the code in question is the same code used in this
http://www.interaktonline.com/Products/Dreamweaver-Extensions/MXDynamicTableSorter/Product-Forum/Details/126274/desc+and+error+in+your+SQL+syntax.html?threaded=T&show_all=T#msg_126384
regards
Kenny
the error is below.
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 3.51 Driver][mysqld-4.1.19-standard]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DESC' at line 1
/master.asp, line 198
|
|
|
Razvan Racasanu[InterAKT]
11-21-2006 18:27:22 GMT +2
|
Hello,
To modify the session time out, you should add this to the start of your file, right after the required included files:
<% Session.Timeout = 60 ' no of minutes %>
Regards,
Razvan RACASANU
|
|
|
Kenny Darcy
11-21-2006 18:31:53 GMT +2
|
Cool thats something I would never have thought of, what is the best amount of time for a session, is the likes of 5 minutes too long.
regards
Kenny
|
|
|
Guenter Schenk
11-21-2006 22:12:27 GMT +2
|
Hey Kenny,
I´d suggest a value of 24 minutes (that´s BTW the default session lenght setting for most PHP webhosting companies) if you´re doing a backend for clients -- that should be long enough for even the most lame users ;-)
But if it´s just for your internal purposes...
>>
what is the best amount of time for a session
>>
...I´d decide that based on how long your "system recovery" (e.g. microsleep) usually takes while developing stuff, lol ;-)
Günter
|
|
|
Kenny Darcy
11-21-2006 22:16:28 GMT +2
|
Gunter thank you, your a gentleman,
come ere make sure to let me know when your passing through london again,.
regards
Kenny
|
|
|
Kenny Darcy
11-22-2006 11:58:07 GMT +2
|
Ah ha,
I found a little bug,
RepeatReclistall__numRows = 0 + Session("max_rows_nav_Reclistall") + Session("max_rows_nav_Reclistall") + Session("max_rows_nav_Reclistall")
for some reason it seems to add the "+ Session("max_rows_nav_Reclistall")" three times rather then just once, any way I deleted the other two and all is working.
regards
Kenny
|
|
|