Hey all

So here I am again ...

I want to session Time-out to be increase from the standard .. 10Min? to 60minutes ... yes I know this is a bit much but it's needed for a DataRepositry we have implemented ... users will also be using the site for propably more than that .. what I need to know is this ...

Where do I declare the Session.Timeout, in the Global.asa in the Session_Onstart or in the ASP page itself and is this right .. * Session.Timeout = "60" *

Another point ... can I put a SQL query into the Session_onEnd, that wil update my DB? I tkae it I have to put the Databse invoking stuff intthere as-well ..

Thanks in Advance!