sorry for the confusion... the session timeout is
working.  I've been barking up the wrong tree.

My issue is this:

In our application, we are  being forced to close the
browser after being idle for 45 minutes?
 
I've been told we don't have much choice, that this is
a network security setting, but I would ask if we can
increase the time before the security message appears.
Where can we configure this i.e. we plan to make it 90
minutes.

We are using ASP classic with IIS... Thanks in advance
any idea would help.


--- Erwin Rommel Felix 2000A
<[EMAIL PROTECTED]> wrote:

> Sub Session_OnStart
>       
>       Session.Timeout= 10
> xxxxxxxxxxxxxxxxx
> -- codes in between
> xxxxxxxxxxxxxxxxxx    
> 
> End Sub
> 
> 
> and in 
> 
> 
> Sub Application_OnStart
> XXXXXXXXXXXXXXXXXXXXXX
> -- codes in between
> XXXXXXXXXXXXXXXXXXXXXXXX
>       Application("SRD_Session_Timeout") = 10
> End Sub       
> 
> 
> These codes are placed in the global.asa and there
> are
> no other session timeouts in the page level.
> 
> I say that the session is not expiring because even
> after I leave the application, let say 25 mins, I
> can
> still submit forms etc.
> 
> Is there a setting in the IIS that will not allow
> expiration of session?
> 
> 
> 
> 
> 
> 
> --- peter_brunone <[EMAIL PROTECTED]> wrote:
> 
> > Hi Erwin,
> > 
> >    Can you show us the syntax you used to set the
> > timeout, and where 
> > you set it in global.asa?  It's possible that
> > something might be wrong 
> > with your code, or that the setting is being
> > overridden at the page 
> > level.
> > 
> >    Also, what indicates that the session is not
> > expiring?  There may be 
> > something else going on here, but we'll have a
> > better idea when we know 
> > more about the situation.
> > 
> > Cheers,
> > 
> > Peter
> > 
> > --- In [email protected],
> > Erwin Rommel Felix 
> > 2000A <[EMAIL PROTECTED]> wrote:
> > > I set the session timeout of my asp classic
> > > application to 10 mins in the global.asa but
> still
> > the
> > > session does not expire after 10 mins.  what
> > should I
> > > configure to make this work. thanks.
> > > 
> > > Erwin Rommel Y. Felix
> > > Tel. 8410111 loc. 11430
> > > Mobile 09185980706
> > >  
> > > "Never outshine the Master Chicker"
> > 
> > 
> > 
> 
> 
> Erwin Rommel Y. Felix
> Tel. 8410111 loc. 11430
> Mobile 09185980706
>  
> "Never outshine the Master Chicker"
> 
> 
> 
> 
> 
>               
> ____________________________________________________
> Sell on Yahoo! Auctions – no fees. Bid on great
> items.  
> http://auctions.yahoo.com/
> 


Erwin Rommel Y. Felix
Tel. 8410111 loc. 11430
Mobile 09185980706
 
"Never outshine the Master Chicker"




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to