From: Toni on
(I can't find this for Classic ASP, all the search results are for ASP.NET...)

Is this valid in global.asa:

Sub Session_OnStart
Session.Timeout = 40
End Sub

Can I define Session.Timeout in global.asa?

Thanks!!!


From: "Jon Paal [MSMD]" Jon nospam Paal on
did you try to google this

global.asa session.timeout

the first response I got was this:

www.aspwebpro.com/tutorials/asp/globalasa.asp


"Toni" <Toni(a)nowhere.com> wrote in message news:%23FtN7wj7KHA.980(a)TK2MSFTNGP04.phx.gbl...
> (I can't find this for Classic ASP, all the search results are for ASP.NET...)
>
> Is this valid in global.asa:
>
> Sub Session_OnStart
> Session.Timeout = 40
> End Sub
>
> Can I define Session.Timeout in global.asa?
>
> Thanks!!!
>
>


From: Toni on
"Jon Paal [MSMD]" wrote...
> did you try to google this
>
> global.asa session.timeout
>
> the first response I got was this:
>
> www.aspwebpro.com/tutorials/asp/globalasa.asp
>

Interesting - I don't get that as my first response!

Maybe Google returns regional results? What region are you in?