Frank Rocco
|
| Posted: 08/23/2001, 11:26 AM |
|
Hello,
I want my header.asp page to timeout every minute so I can issue an SQL
statement and count records for logged in user.
Can this be done?
Thanks
Frank Rocco
|
|
|
 |
Jason Charette
|
| Posted: 08/23/2001, 11:46 AM |
|
<META HTTP-EQUIV=Refresh CONTENT="10; URL=http://www.htmlhelp.com/">
where 10 is the amount of seconds to wait before refreshing...
Jason
"Frank Rocco" <farocco@hotmail.com> wrote in message
news:9m3hte$bd1$1@news.codecharge.com...
> Hello,
>
> I want my header.asp page to timeout every minute so I can issue an SQL
> statement and count records for logged in user.
>
> Can this be done?
>
> Thanks
> Frank Rocco
>
>
>
|
|
|
 |
Frank Rocco
|
| Posted: 08/23/2001, 11:51 AM |
|
Thanks,
Where do I insert this code in CC?
Regards,
Frank
|
|
|
 |
Jason Charette
|
| Posted: 08/23/2001, 12:05 PM |
|
in header.asp, pull up properties, and put it in header section.
"Frank Rocco" <farocco@hotmail.com> wrote in message
news:9m3jbh$dpo$1@news.codecharge.com...
> Thanks,
>
> Where do I insert this code in CC?
>
> Regards,
> Frank
>
>
|
|
|
 |
Frank Rocco
|
| Posted: 08/23/2001, 12:06 PM |
|
Thanks,
I had to put it in default.asp. Header.asp would refresh and hot show
default.asp
Frank
|
|
|
 |
Frank Rocco
|
| Posted: 08/23/2001, 12:25 PM |
|
Will this prevent the auto timeout for logoff that currently is set for
about 20 minutes if I refresh the page every 20 seconds?
Is there a workaround?
Thanks
Frank
|
|
|
 |
Jason Charette
|
| Posted: 08/23/2001, 12:32 PM |
|
No. This is a session timeout which is setup by your webserver.
J.
"Frank Rocco" <farocco@hotmail.com> wrote in message
news:9m3lc3$hk5$1@news.codecharge.com...
> Will this prevent the auto timeout for logoff that currently is set for
> about 20 minutes if I refresh the page every 20 seconds?
>
> Is there a workaround?
>
> Thanks
> Frank
>
>
|
|
|
 |
Jason Charette
|
| Posted: 08/23/2001, 12:39 PM |
|
Well, technically, if you use Apache, this is determined by your particular
scripting language's config file. If you use IIS and ASP, this becomes a
function if IIS. Don't even ask me where the setting is... I don't know :)
"Jason Charette" <jasonc@cadlink.com> wrote in message
news:9m3lof$i8v$1@news.codecharge.com...
> No. This is a session timeout which is setup by your webserver.
>
> J.
>
> "Frank Rocco" <farocco@hotmail.com> wrote in message
>news:9m3lc3$hk5$1@news.codecharge.com...
> > Will this prevent the auto timeout for logoff that currently is set for
> > about 20 minutes if I refresh the page every 20 seconds?
> >
> > Is there a workaround?
> >
> > Thanks
> > Frank
> >
> >
>
>
|
|
|
 |